nnn
nnn 5.3
Small ncurses-based file browser forked from noice
https://github.com/jarun/nnnBSD 2-clause "Simplified" License
main program: nnnprograms: nnn
Maintainers
Platforms (79)
mips-linuxor1k-nonearmv7l-netbsdmipsel-netbsdsh4-linuxm68k-netbsdavr-nonevc4-none
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ nnn ];
Ad-hoc shell
nix-shell -p nnn
Flake (nix run)
nix run nixpkgs#nnn