A command line utility for making screenshots
Go to file
Arne Swanson 58009151a7 a 2018-08-15 23:59:43 -03:00
Makefile initial commit 2018-08-15 23:31:28 -03:00
README.md a 2018-08-15 23:59:43 -03:00
shot aa 2018-08-15 23:58:31 -03:00

README.md

shot

dependencies

shot needs imagemagick for taking screenshot, pb for uploading to 0x0, and xclip for copying links.

installation

make install
# use sudo if it's needed

usage

directory defaults to ~/files/shot, can be changed in source..

-w flag

screenshot the whole desktop

-u flag

upload to 0x0 endpoint NOT WORKING

example

shot

prompts user to select window/region and saves screenshot to default directory with current time and date as name

shot -w

saves screenshot of whole screen to default directory with current time and date as name

shot -w name

saves screenshot of whole screen to default directory with "name" as name