E5ten / yadshot

yadshot provides a GUI frontend for taking screenshots. yadshot also uploads screenshots, files and pastes.

Home Page:http://www.simonizor.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yadshot

yadshot uses ImageMagick or ffmpeg and slop to take screenshots. yadshot can upload screenshots and files to https://teknik.io, and it can also upload pastes to https://paste.rs

Arguments:


--capture, -c       Capture a screenshot.  Screenshot will be shown after capture with
                    options to copy to clipboard, upload, or save.

--settings, -s      Show screenshot settings before capturing a screenshot.

--paste, -p         Upload a paste from your clipboard to paste.rs.  Text may also be piped in from stdin.
                    Syntax may be specified with '--syntax' or '-s'. Ex:
                    'cat ./somefile.sh | yadshot -p -s sh'

--file, -f          Open file chooser to upload a file to teknik.io

--color, -C         Open color picker.  Color will be copied to clipboard if 'Ok' is pressed.

--tray, -t          Open a system tray app for quick access to yadshot.

If no argument is passed, yadshot's main menu will be shown.

Dependencies: slop, imagemagick or ffmpeg, yad, xclip, curl, grabc (optional - for use with color picker)

Main Window:

yadshot

Screenshot View and Tray:

yadshot

Upload Paste:

yadshot

View Upload List:

yadshot

yadshot icon made by Pixel Buddha from www.flaticon.com is licensed by CC 3.0 BY

About

yadshot provides a GUI frontend for taking screenshots. yadshot also uploads screenshots, files and pastes.

http://www.simonizor.net

License:GNU General Public License v2.0


Languages

Language:Shell 96.2%Language:Makefile 3.8%