This screenshot tool makes it easy to screenshot multiple heads (monitors) at once.
Go to file
2017-09-04 17:01:27 -05:00
config config: removed unnecessary values 2017-09-04 03:08:12 -05:00
gsu release: 1.0.1 2017-09-04 17:01:27 -05:00
gsu.1 release: 1.0.1 2017-09-04 17:01:27 -05:00
LICENSE LICENSE: added the MIT license 2017-09-04 06:45:33 -05:00
Makefile make: added a makefile for proper installation 2017-09-04 05:55:30 -05:00
README.md README: fixed the previous commit 2017-09-04 09:22:12 -05:00

gsu

gsu (General Screenshot Utility) allows for easy capturing and uploading of images, video, and gifs from your desktop.

Features

  • Screenshot capture.
  • Video capture.
  • GIF capture.
  • Built-in uploading to uguu.se, streamable, and gfycat.
  • Custom uploading capability if the above services don't suit your fancy.
  • A clean and easy to understand CLI.

Installation

Arch Linux

Install gsu or gsu-git from the AUR.

Install From Source

gsu depends heavily on maim, slop, FFmpeg, curl, and jq for its functionality. To install gsu's dependencies, run the following commands in accordance to your distro.

Arch Linux

$ sudo pacman -S tar make maim ffmpeg curl jq

Debian/Ubuntu 17.04+

$ sudo apt-get install tar make maim ffmpeg curl jq

After installing the dependents, run the following commands to install gsu.

$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/v1.0.0
$ tar xvf gsu.tar.gz cd gsu-1.0.0
$ sudo make install

Credits