Skip to content

mlazzje/puush-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

About

Push your screenshots or pictures on puush.me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages