Skip to content

debiplobi/bunkr-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 bunkr-uploader

Crates.io License: GPL-3.0 Built with Rust

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.


Features

  • 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)

Requirements

You must have a bunkr account in order to upload files.

Get your account token from:

https://dash.bunkr.cr/dashboard


Installation

Install using Cargo:

cargo install bunkr-uploader

Or download a prebuilt binary from the releases page:

https://github.com/debiplobi/bunkr-uploader/releases


Usage

Usage: bunkr-uploader [OPTIONS] [PATHS]...

Arguments:
  [PATHS]...  Path to files or directory

Options:
  -f          Force upload without skipping (special case)
  -h, --help  Print help

Examples

Upload a single file:

bunkr-uploader file.jpg

Upload a directory:

bunkr-uploader ./images

Upload multiple files:

bunkr-uploader file1.jpg file2.png video.mp4

Force upload:

bunkr-uploader -f ./files

Use yazi file picker:

bunkr-uploader

Notes

  • Files larger than 2GB are rejected.

About

A cli tool to upload files to bunkr.cr

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages