This screenshot tool makes it easy to screenshot multiple heads (monitors) at once.
Go to file
2017-09-04 03:28:11 -05:00
config config: removed unnecessary values 2017-09-04 03:08:12 -05:00
gsu man: added a man page 2017-09-04 03:28:11 -05:00
gsu.1 man: added a man page 2017-09-04 03:28:11 -05:00
README.md man: added a man page 2017-09-04 03:28:11 -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

AUR (Arch Linux)

Not yet. See below.

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 unzip maim slop ffmpeg curl jq

Debian

$ sudo apt-get install unzip maim slop ffmpeg curl jq

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

$ curl -o gsu.zip https://codeload.github.com/winneon/gsu/zip/master
$ unzip gsu.zip

Credits