Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 image

You 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.