Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.37 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.37 KB

Puush for Linux

Purpose

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.

Dependencies

  • 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

Instructions

  1. Get this script by cloning or download this repository
  2. Create an account here http://puush.me/register
  3. 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)
  4. Make your file executable chmod +x puush
  5. Place it in "/usr/local/bin"

Usage

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

Advice

You can add your custom keyboard shortcuts on Ubuntu/Debian Custom keyboard shortcuts

Alternatives