Skip to content
/ cli Public

A Personal CLI to make life a little easier.

License

Notifications You must be signed in to change notification settings

killbasa/cli

Repository files navigation

CLI

Installation

From script

The install script can be found here.

curl -L -sSf https://raw.githubusercontent.com/killbasa/cli/main/install.sh | sh

From source

Since the program needs to be compiled, Rust is a requirement.

git clone https://github.com/killbasa/cli.git
cargo install --locked --path cli

Cross compilation

From Linux to Windows

sudo apt install mingw-w64
rustup target add x86_64-pc-windows-gnu
cargo build --release --target x86_64-pc-windows-gnu