← 返回命令列表

Linux command

imgur-upload 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Upload image

imgur-upload [image.png]

Upload from clipboard

imgur-upload -c

Upload with custom title

imgur-upload -t "[My Image]" [image.jpg]

Upload from URL

imgur-upload -u "[https://example.com/image.png]"

说明

imgur-upload uploads images to Imgur from the command line. It returns the direct image URL, useful for sharing screenshots or images quickly. Various implementations exist; some require Imgur API credentials while others use anonymous uploads.

参数

-c, --clipboard
Upload from clipboard.
-u, --url _url_
Upload image from URL.
-t, --title _text_
Image title.
-d, --description _text_
Image description.
-a, --album _id_
Add to album.

FAQ

What is the imgur-upload command used for?

imgur-upload uploads images to Imgur from the command line. It returns the direct image URL, useful for sharing screenshots or images quickly. Various implementations exist; some require Imgur API credentials while others use anonymous uploads.

How do I run a basic imgur-upload example?

Run `imgur-upload [image.png]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c, --clipboard do in imgur-upload?

Upload from clipboard.