IMGUP(1) - General Commands Manual

NAME

imgup - simple image hosting service client

SYNOPSIS

imgup [-Dpv] [-a author] [-d duration] [-t title] filename host

DESCRIPTION

The imgup tool is the convenient brother to imgupd, it will upload an image into an instance.

The filename argument must point to an image and the host argument is a URL where a imgupd instance is running.

Available options:

-D

List all supported durations.

-p

Store the image as public (default is private).

-v

Be more verbose.

-a author

Sets the author, defaults to “Anonymous”.

-d duration

Sets the paste lifetime, defaults to “day”.

-t title

Sets a title to the paste, defaults to “Untitled”.

EXAMPLES

Upload the image background.png with a title and an author.

imgup -t "Nice background" -a Francis background.sh http://example.org

Paste a short duration image.

imgup -p -d hour secret.png http://example.org

AUTHORS

imgup was written by David Demelier <markand@malikania.fr>

SEE ALSO

imgupd(8)

macOS 13.5 - 25 November, 2020