a linux/mac app to take screenshots and upload to imgur.
$ (sudo) pip install lama
get your client id from imgur api and create a config file named .imgur.conf
in your user's
directory.
there is an example preformatted config file in the repository:
$ wget https://raw.github.com/emre/lama/master/extras/.imgur.conf -O ~/.imgur.conf
[client]
id = YOUR_CLIENT_ID
running
$ lama
or ALT+F2
and lama
ui clients
platform | repo | download |
---|---|---|
linux | n/a | n/a |
mac | f/lamahelper | download |
All of your screenshots will be in your ~/imgur_uploads
directory as a backup on the disk.
platform | action | system call |
---|---|---|
linux | taking shot | scrot |
mac | taking shot | screencapture |
linux | notifications | notify-send |
mac | notifications | afplay /System/Library/Sounds/Glass.aiff |
linux | clipboard operations | xsel |
mac | clipboard operations | pbcopy |
note: scrot and xsel must be installed for linux users.
thanks