navi
navi 2.24.0
Interactive cheatsheet tool for the command-line and application launchers
https://github.com/denisidoro/naviApache License 2.0
main program: naviprograms: navi
Maintainers
Platforms (34)
mipsel-linuxarmv7a-linuxx86_64-netbsdarmv6l-linuxx86_64-solarispowerpc-linuxx86_64-openbsdriscv64-netbsd
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