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).
- 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
- 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
_____________ 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
- gnome-screenshot
- zenity
- curl
- xclip
- notify-send
- terminal-notifier