Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
A super-quick way to share screenshots for Linux.
Shell Python
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
.gitignore
LICENSE
README.md
install.sh
libpushimg
pushimg

README.md

Pushimg

A super-quick way to share screenshots for Linux.

AUR

If you have Arch Linux or Arch based distribution compatible with AUR (Manjaro, Antergos, ArchBang, Bridge Linux) then you can simply install Pushimg from the AUR:

$ yaourt -S pushimg

https://aur.archlinux.org/packages/pushimg

Manual instalation

Requires

  • cURL
  • Wget
  • sudo
  • ImageMagick
  • libnotify
  • xclip
  • Python >= 2.7

How to install the requirements

  • Ubuntu/Mint/Debian: $ sudo apt-get install curl wget imagemagick libnotify-bin xclip python

  • Arch/Manjaro/Antergos: $ sudo pacman -S curl wget imagemagick libnotify xclip python

  • Fedora/RHEL/CentOS: $ sudo yum install curl wget ImageMagick libnotify xclip python

  • SUSE: $ sudo zypper in curl wget ImageMagick libnotify-tools xclip python

How to install Pushimg

$ curl -L git.io/pushimg | sh

How to run Pushimg

$ pushimg

Bind Pushimg to a hotkey.

Something went wrong with that request. Please try again.