https://github.com/hph/imgur
Command-line application to take screenshots and upload images to imgur.
https://github.com/hph/imgur
Last synced: 10 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T17:24:49.000Z (about 13 years ago)
- Last Synced: 2025-04-02T17:15:27.556Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 2
- Watchers: 2
- 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 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.