#image #cloudflare #local-file #image-format #cli

app shot

简单的 CLI 工具,可以将图片上传到 Cloudflare Image,来自剪贴板或本地文件

3 个版本

0.1.2 2023年1月7日
0.1.1 2021年12月24日
0.1.0 2021年12月23日

#46 in #local-file

MIT 许可证

24KB
544 代码行

拍摄

简单的 CLI 工具,可以将图片上传到 Cloudflare Image,来自系统剪贴板或本地文件。

安装

crates.io 安装。

cargo install shot

使用方法

shot

USAGE:
    shot [OPTIONS] [SUBCOMMAND]

OPTIONS:
    -d, --dry-run    Preview the command without perform any actions
    -h, --help       Print help information

SUBCOMMANDS:
    auth      Auth of Cloudflare API. Currently only supports account_id + token pair
    help      Print this message or the help of the given subcommand(s)
    paste     Upload image in clipboard to Cloudflare Image
    upload    Encode local images to PNG and upload to Cloudflare Images. For all supported
              image format, see `https://docs.rs/image/latest/image/codecs/index.html#supported-
              formats`

依赖项

~17–31MB
~484K SLoC