limaceous-bushwhacker / Catbox-Uploader

CLI catbox.moe uploader written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catbox-Uploader

CLI catbox.moe uploader written in Go. Windows, Linux, macOS and Android binaries

Usage

Upload a file and print URL to console:
catbox_ul_x64.exe G:\1.bin

Upload two files, print URLs to console and append to out.txt:
catbox_ul_x64.exe G:\1.bin G:\2.bin -o out.txt

You can use the -w flag to wipe the output text file before writing to it.

Usage: catbox_ul_x64.exe [--outpath OUTPATH] [--wipe] PATHS [PATHS ...]

Positional arguments:
  PATHS

Options:
  --outpath OUTPATH, -o OUTPATH
  --wipe, -w
  --help, -h             display this help and exit

About

CLI catbox.moe uploader written in Go.


Languages

Language:Go 100.0%