nnn | |
nnn | |
Developer: | Arun Prakash Jana[1] |
Programming Language: | C |
Operating System: | Linux FreeBSD macOS OpenBSD Haiku |
Size: | 243 KB (tar.gz source)[2] |
Language: | English only |
Genre: | File manager |
License: | BSD-2-Clause[3] |
nnn (shortened as n³) is a free and open-source, text-based file manager for Unix-like systems. It is a fork of noice[4] [5] and provides several additional features,[6] [7] while using a minimal memory footprint[8] It uses low-level functions to access the file system and keeps the number of reads to a minimum, allowing it to perform well on embedded devices.[9] As the base program follows a minimal design philosophy, additional features and functionality are available via user plugins.[10]
Each instance of nnn provides four "contexts", or tabs, which allow to browse multiple directories within the same instance. From within nnn, basic file operations such as adding,[11] duplicating, moving, removing and renaming files are available. Additionally, it supports mass file renaming and mounting remote drives via sshfs. One unique feature is that separate instances of nnn can share the selection that has been made in one of the running instances.[12]
The file structure can be browsed with the keyboard or mouse.[13] In larger directories, it is recommended to filter out the results via a text search string or regular expression.
nnn retains most of its configuration to environment variables or command line arguments. Additional functionality can be installed via plugins that can be activated via an extra menu or adding keybindings for them.[14]