Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hph/imgur
Command-line application to take screenshots and upload images to imgur.
https://github.com/hph/imgur
Last synced: 27 days ago
JSON representation
Command-line application to take screenshots and upload images to imgur.
- Host: GitHub
- URL: https://github.com/hph/imgur
- Owner: hph
- Created: 2012-10-02T22:41:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T17:24:49.000Z (over 11 years ago)
- Last Synced: 2024-10-28T03:42:47.177Z (2 months ago)
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
imgur
=====
With imgur you can take screenshots after a specified time interval and upload
images to [imgur.com](http://imgur.com). By executing `imgur` in the terminal
(without any options) the program will wait for three seconds, take a
screenshot and uplaod it to [imgur.com](http://imgur.com). The URL to the image
will be displayed when finished. There are several options available, some of
them being:
* `-c`: save the output to the clipboard
* `-s`: specify the time interval (`-s 0` takes a screenshot instantly)
* `-n`: do not upload the imageYou can also specify an image (`imgur image_name`) to upload an existing image
instead of taking a screenshot.---
Head over to the [documentation page](http://hph.github.com/docs/imgur)
for more details and setup instructions.