Installation
Cargo
cargo install --locked stu
Homebrew
brew install stu
or from tap:
brew install lusingander/tap/stu
AUR
paru -S stu
Binary
You can download binaries from GitHub Releases.
Build from source
If you want to check the latest development version, build from source:
git clone https://github.com/lusingander/stu.git
cd stu
cargo build --release