nk is a CLI for Nekoweb using its API.
AUR (Arch Linux)
git clone https://aur.archlinux.org/nk-bin.git
cd nk-bin
makepkg -si
Grab one of the release according to your system. Zsh completions are available here.
Requires zig 0.13.0 and libzip.
git clone https://github.com/ratakor/nk
cd nk
zig build -Doptimize=ReleaseSafe
Usage: nk [command] [options]
Commands:
push | Import a whole directory to your Nekoweb website
info | Display information about a Nekoweb website
cr
55A1
eate | Create a new file or directory
upload | Upload files to your Nekoweb website
delete | Delete file or directory from your Nekoweb website
move | Move/Rename a file or directory
list | List files from your Nekoweb website
logout | Remove your API key from the save file
help | Display information about a command
version | Display program version