This script will allow you to push on puush.me images. An unique link provided by puush.me will be pasted in your clipboard. You will be able to share this link to anyone.
- gnome-screenshot (take screenshot)
- curl (HTTP requests)
- xclip (clipboard)
- notify-send (notifications)
apt-get install gnome-screenshot
apt-get install curl
apt-get install xclip
apt-get install notify-send
- Get this script by cloning or download this repository
- Create an account here http://puush.me/register
- Add your puush API key to PUUSH_API_KEY in file "puush" line 7 (Find your API key here at http://puush.me/account/setting)
- Make your file executable chmod +x puush
- Place it in "/usr/local/bin"
puush -a puush an area
puush -d puush entire desktop
puush -f puush selected file //TODO
puush -w puush current window
puush -h, -?, --help show help page
You can add your custom keyboard shortcuts on Ubuntu/Debian
- puush in command line https://github.com/blha303/puush-linux
- puush using keyboard https://github.com/sgoo/puush-linux
- puush linux forked https://github.com/sunmockyang/puush-linux