A fast CLI tool to upload files to bunkr.cr --- create & list albums, upload files or entire directories (including sub-directories), and see a progress bar while uploading.
- Create New Album
- List Albums
- Upload files
- Upload directories and sub-directories recursively
- Upload files individually or to an album
- Upload progress bar
- yazi file picker support (opens automatically when no paths are provided)
You must have a bunkr account in order to upload files.
Get your account token from:
https://dash.bunkr.cr/dashboard
Install using Cargo:
cargo install bunkr-uploaderOr download a prebuilt binary from the releases page:
https://github.com/debiplobi/bunkr-uploader/releases
Usage: bunkr-uploader [OPTIONS] [PATHS]...
Arguments:
[PATHS]... Path to files or directory
Options:
-f Force upload without skipping (special case)
-h, --help Print helpUpload a single file:
bunkr-uploader file.jpgUpload a directory:
bunkr-uploader ./imagesUpload multiple files:
bunkr-uploader file1.jpg file2.png video.mp4Force upload:
bunkr-uploader -f ./filesUse yazi file picker:
bunkr-uploader- Files larger than 2GB are rejected.