/poomf

Outdated, most likely will not work with modern pomf2 clones.

Primary LanguageShell

Pomf uploader for linux

Takes screenshots and uploads them to a pomf-like service and copies the link to clipboard. Recommended for set up with keyboard shortcuts
Utilises gnome-screenshot for taking screenshots, zenity for file uploads (both included in Ubuntu).

Instructions (Linux)

  • Clone or download the repo
  • Make it executable using chmod +x poomf
  • Place this file wherever you want (recommended: /usr/local/bin)
  • Set up keyboard shortcuts within linux
    • Ubuntu has them in System Settings > Keyboard > Keyboard Shortcuts > Custom Shortcuts Ubuntu Settings You may need to log out for the changes to take place

Instructions (Mac)

  • Install terminal-notifier with homebrew (brew install terminal-notifier)
  • Clone or download the repo
  • Rename 'poomf.mac' to 'poomf'
  • Place this file wherever you want (/usr/local/bin)
  • Set up Automator configuration

Usage

_____________ poomf for linux _____________
Usage:
  poomf [OPTIONS] [PATH]

OPTIONS:
  -d                 poomf entire desktop
  -a                 poomf selected area
  -w                 poomf current window
  -c                 poomf clipboard content
  -f                 poomf specific file (opens file dialog)

  --help,-h          show this page

PATH:
  PATH               optional: path of file to poomf

Dependencies (Linux)

  • gnome-screenshot
  • zenity
  • curl
  • xclip
  • notify-send

Dependencies (Mac)

  • terminal-notifier