Install
Bob is a single binary and requires to be in your Path
. The details depend on your system.
- Linux
- MacOS
wget https://github.com/benchkram/bob/releases/download/0.2.0/bob_0.2.0_linux_amd64
chmod +x bob_0.2.0_linux_amd64
cp bob_0.2.0_linux_amd64 /usr/local/bin/bob
wget https://github.com/benchkram/bob/releases/download/0.2.0/bob_0.2.0_darwin_amd64
chmod +x bob_0.2.0_darwin_amd64
Autocompletion
For shell autocompletion add
source <(bob completion)
        to .bashrc
source <(bob completion -z)
to .zshrc
Windows
Technically it is possible to support Windows but we do not take any efforts to make it Windows compatible right now.