Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ xshot Public

Simple screenshot utility for X window system which allows you to post your screenshot to Lightshot server

License

Notifications You must be signed in to change notification settings

dargiri/xshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xshot

Simple screenshot utility for X window system which allows you to post your screenshot to Lightshot server.

Currently tested with ubuntu 16.04

Needs only few dependencies: xclip, jq and curl.

##Installation options:##

  • Manual:
sudo apt-get update \
 && sudo apt-get --yes install xclip jq curl \
 && curl https://raw.githubusercontent.com/dargiri/xshot/master/xshot > xshot \
 && chmod +x xshot \
 && sudo mv xshot /usr/local/bin/
sudo dpkg -i xshot_0.1.deb
#install missing dependencies if you see some errors about missing deps
sudo apt-get -f install

Then add custom shortcut for it:

http://prntscr.com/e5nnaw

And add custom key bindings for it:

http://prntscr.com/e5nnu2

About

Simple screenshot utility for X window system which allows you to post your screenshot to Lightshot server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages