Software:nnn (file manager)
Developer(s) | Arun Prakash Jana[1] |
---|---|
Initial release | April 13, 2017[1] |
Written in | C |
Operating system | Linux FreeBSD macOS OpenBSD Haiku |
Size | 243 KB (tar.gz source)[2] |
Available in | English only[2] |
Type | File manager |
License | BSD-2-Clause[3] |
Website | github |
nnn (shortened as n³) is a free and open-source file manager which provides a text-based user interface to provide file managing functionalities for Unix-like systems. It is a fork of noice.[4][5] nnn has several additional features to provide a more complete file managing experience.[6][7] Its goal is to provide file managing operations while using a minimal memory footprint[8][better source needed] and very optimized performance, as 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][non-primary source needed] As the base program follows a minimal design philosophy, additional features and functionality are available via user plugins.[10][better source needed]
Operation
Each instance of nnn provides 4 contexts, or commonly referred to as tabs, which allow you 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.[6] Additionally it provides functionally for 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][non-primary source needed]
Browsing through the file structure can be done with keys or mouse,[11][13] in larger directories it is recommended to filter out the results via a text search string or regular expression.[13]
Configuration
nnn retains most of its configuration to environment variables or command line arguments.[6] Additional functionality can be installed via plugins that can be activated via an extra menu or adding keybindings for them.[14][better source needed]
See also
- Comparison of file managers
- ranger, a file manager based on ncurses and Python
- Midnight Commander, an older ncurses-based file manager
References
- ↑ 1.0 1.1 "Official repository". nnn - file manager. https://github.com/jarun/nnn.
- ↑ 2.0 2.1 "Releases - jarun/nnn". https://github.com/jarun/nnn/releases.
- ↑ "License - jarun/nnn". https://github.com/jarun/nnn/blob/master/LICENSE.
- ↑ "Noice git repository". https://git.2f30.org/noice/.
- ↑ "nnn: A Blazing Fast Terminal File Browser For Pro Linux Users". 25 April 2017. https://itsfoss.com/nnn-file-browser-linux/.
- ↑ 6.0 6.1 6.2 "Full Circle: Issue #135". Full Circle: 37–38. July 2018. http://dl.fullcirclemagazine.org/issue135_en.pdf. Retrieved 4 August 2020.
- ↑ "7 Excellent Console Linux File Managers". https://www.linuxlinks.com/bestconsolefilemanagers/.
- ↑ "Memory Usage & Comparison with other console-based file managers". 24 February 2020. https://www.linuxlinks.com/excellent-system-tools-nnn-portable-terminal-file-manager/5/.
- ↑ "Performance". https://github.com/jarun/nnn/wiki/Performance.
- ↑ "nnn is an excellent command line based file manager for Linux, macOS and BSDs". 1 November 2019. https://www.ghacks.net/2019/11/01/nnn-is-an-excellent-command-line-based-file-manager-for-linux-macos-and-bsds/.
- ↑ 11.0 11.1 Both, David (2019). Using and Administering Linux: Volume 2: Zero to SysAdmin: Advanced Topics. Apress. pp. 32–33. ISBN 9781484254554. https://books.google.com/books?id=MqjDDwAAQBAJ&pg=PA32.
- ↑ "nnn Features". https://github.com/jarun/nnn#features.
- ↑ 13.0 13.1 Morrison, Graham (2017). "FOSSPicks". https://www.linux-magazine.com/Issues/2017/205/FOSSPicks/(offset)/15.
- ↑ Saive, Ravi (19 April 2017). "nnn – Fast, Free and Friendly Terminal File Browser for Linux". https://www.fossmint.com/nnn-linux-terminal-file-browser/.
External links
Original source: https://en.wikipedia.org/wiki/Nnn (file manager).
Read more |