Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Currently the preferred way of installing floo is through cargo by running

cargo install floo

Afterwards, add the following to your shell’s rc file (.bashrc/.zshrc):

eval "$(floo-bin init)"

And restart your terminal.

Note: We are planning to release to other package managers in the future once floo becomes more stable.

Building from source

To build from source, the same workflow applies via a local cargo installation flow:

git clone https://github.com/keyvizsla/floo.git
cargo install --path floo
echo 'eval "$(floo-bin init)"' >> ~/.bashrc

Make sure to also restart your terminal for the local installation to take effect.