VibeHunt
Back to browse
imgur-uploader-cli

imgur-uploader-cli

Upload images to imgur.

Source

This command‑line utility enables developers to send image files directly to the Imgur image‑hosting service. It accepts a path to a local file or data piped from standard input, and optionally allows a title to be attached to the uploaded image. The tool is distributed via npm and can be installed globally, making the `imgur-uploader` command available in any shell session.

Typical usage involves invoking the command with a filename, such as `imgur-uploader unicorn.png --title 'My fantastic unicorn'`, or piping image data through it, for example `cat unicorn.png | imgur-uploader`. The program prints the resulting Imgur URL after a successful upload, facilitating quick sharing of images from scripts or terminal workflows.

The package is maintained under an MIT license and is considered stable, with continuous integration testing reported on Travis CI. It is a companion to the `imgur-uploader` API library, which provides programmatic access to the same Imgur endpoints.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps