A command-line reference viewer for i3wm, created because I keep forgetting how to use i3.
There are multiple options to install i3ref
Cargo
bash
cargo install i3ref
Build from source
bash
git clone https://github.com/astroorbis/i3ref.git
cd i3ref
cargo b -r
Your executable i3ref will be under target/release
.