Skip to content

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-cli

This installs the aube binary into ~/.cargo/bin.

Verify

sh
aube --version

Shell completions

sh
aube completion bash   > /etc/bash_completion.d/aube
aube completion zsh    > "${fpath[1]}/_aube"
aube completion fish   > ~/.config/fish/completions/aube.fish

Released under the MIT License.