imgur-uploader-cli
Upload images to imgur.
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
Loading reviews…
Similar apps
Terminals & CLI
gzip-size-cli
Get the gzipped size of a file.
File Management & Transfer
file-type-cli
Detect the file type of a file or stdin.
Terminals & CLI
npm-user-cli
Get user info of a npm user.
API & Network Testing
is-up-cli
Check if a domain is up.
Terminals & CLI
npm-name-cli
Check whether a package name is available on npm.
Terminals & CLI
mobicon-cli
Mobile app icon generator.