Installation
From source
aube is currently distributed as source. You'll need a recent stable Rust toolchain.
sh
git clone https://github.com/endevco/aube
cd aube
cargo install --path crates/aube-cliThis installs the aube binary into ~/.cargo/bin.
Verify
sh
aube --versionShell completions
sh
aube completion bash > /etc/bash_completion.d/aube
aube completion zsh > "${fpath[1]}/_aube"
aube completion fish > ~/.config/fish/completions/aube.fish