rlimage(1) RLIMAGE rlimage(1)
NAME
Rlimage: CLI Image Pastebin
SYNOPSIS
curl -F 'name=@/path/to/image'
Or upload via your browser:
You can also paste an image here.
DESCRIPTION
Paste image files with command line. You can give -F more times to paste
more images.
You can also add a ?qr parameter to receive a QR code together with your
image URLs like this:
curl -F 'name=@/path/to/image' '?qr'
EXAMPLES
$ curl -F '[email protected]'
/97/2d8490849c8fab885218b478cc715ab0f3f4a9
DELETE
To delete an uploaded file, use the delete token returned in the
X-Delete-Token response header during upload:
$ curl -v -F '[email protected]'
< X-Delete-Token: eyJhbGciOiJIUzI1NiJ9...
$ curl -X DELETE -H 'Authorization: Bearer <token>' /97/2d8490849c8fab885218b478cc715ab0f3f4a9
URLS
https://cfp.vim-cn.com/
A CLI code pastebin
https://github.com/Vim-cn/elimage
The original elimage project
https://github.com/butanediol/rlimage
Rlimage source code
rlimage(1)