navi

navi 2.24.0

Interactive cheatsheet tool for the command-line and application launchers

https://github.com/denisidoro/navi
Apache License 2.0
main program: naviprograms: navi
Platforms (34)
mipsel-linuxarmv7a-linuxx86_64-netbsdarmv6l-linuxx86_64-solarispowerpc-linuxx86_64-openbsdriscv64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  navi
];
Ad-hoc shell
nix-shell -p navi
Flake (nix run)
nix run nixpkgs#navi