My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 19 KiB

8 years ago
8 years ago
7 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
7 years ago
7 years ago
6 years ago
8 years ago
7 years ago
6 years ago
7 years ago
6 years ago
6 years ago
7 years ago
8 years ago
6 years ago
6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
7 years ago
6 years ago
7 years ago
7 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
6 years ago
6 years ago
7 years ago
6 years ago
7 years ago
8 years ago
8 years ago
6 years ago
6 years ago
8 years ago
6 years ago
6 years ago
8 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
7 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. ## nnn
  2. Noice is Not Noice, a noicer fork...
  3. <p align="center">
  4. <a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600" alt="Latest release" /></a>
  5. <a href="http://formulae.brew.sh/formula/nnn"><img src="https://img.shields.io/homebrew/v/nnn.svg?maxAge=600" alt="Homebrew" /></a>
  6. <a href="https://www.archlinux.org/packages/community/x86_64/nnn/"><img src="https://img.shields.io/badge/archlinux-rolling-blue.svg?maxAge=600" alt="Arch Linux" /></a>
  7. <a href="https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1"><img src="https://img.shields.io/badge/debian-10+-blue.svg?maxAge=2592000" alt="Debian Buster+" /></a>
  8. <a href="https://apps.fedoraproject.org/packages/nnn"><img src="https://img.shields.io/badge/fedora-27+-blue.svg?maxAge=2592000" alt="Fedora 27+" /></a>
  9. <a href="https://software.opensuse.org/package/nnn"><img src="https://img.shields.io/badge/opensuse%20leap-15.0+-blue.svg?maxAge=2592000" alt="openSUSE Leap 15.0+" /></a>
  10. <a href="https://packages.ubuntu.com/search?keywords=nnn&searchon=names&exact=1"><img src="https://img.shields.io/badge/ubuntu-17.10+-blue.svg?maxAge=2592000" alt="Ubuntu Artful+" /></a>
  11. </p>
  12. <p align="center">
  13. <a href="https://repology.org/metapackage/nnn"><img src="https://repology.org/badge/tiny-repos/nnn.svg" alt="Availability"></a>
  14. <a href="https://travis-ci.org/jarun/nnn"><img src="https://img.shields.io/travis/jarun/nnn/master.svg" alt="Build Status" /></a>
  15. <a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-BSD%202--Clause-yellow.svg?maxAge=2592000" alt="License" /></a>
  16. </p>
  17. [![nnn video](https://i.imgur.com/ZB5UdQ8.jpg)](https://www.youtube.com/watch?v=U2n5aGqou9E "Click to see nnn in action!")
  18. <p align="center"><i>nnn in action! (Thanks Luke Smith for the video!)</i></a></p>
  19. `nnn` is smooth... like butter. It's also probably the [fastest and most lightweight](#comparison) file manager you have ever used.
  20. `nnn` integrates seamlessly with your DE and favourite GUI utilities, has a unique _navigate-as-you-type_ mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning, quick notes and much more.
  21. Integrate utilities like sxiv (image preview) or fzy (fuzzy subtree search) easily, transfer selected files using lftp or use it as a (neo)vim plugin; `nnn` supports as many scripts as you need! Refer to the [How to](https://github.com/jarun/nnn/wiki/How-to) section on wiki for more details.
  22. It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows and Termux.
  23. [Quickstart](#quickstart) and see how `nnn` simplifies those long desktop sessions.
  24. *Love smart and efficient utilities? Explore [my repositories](https://github.com/jarun?tab=repositories). Buy me a cup of coffee if they help you.*
  25. <p align="center">
  26. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/PayPal-donate-green.svg" alt="Donate via PayPal!" /></a>
  27. </p>
  28. #### TABLE OF CONTENTS
  29. - [Features](#features)
  30. - [Comparison](#comparison)
  31. - [Installation](#installation)
  32. - [Dependencies](#dependencies)
  33. - [From a package manager](#from-a-package-manager)
  34. - [Release packages](#release-packages)
  35. - [From source](#from-source)
  36. - [Shell completion](#shell-completion)
  37. - [Usage](#usage)
  38. - [Cmdline options](#cmdline-options)
  39. - [Keyboard shortcuts](#keyboard-shortcuts)
  40. - [Leader key](#leader-key)
  41. - [Contexts](#contexts)
  42. - [Context-specific color](#context-specific-color)
  43. - [Selection](#selection)
  44. - [Filters](#filters)
  45. - [Navigate-as-you-type](#navigate-as-you-type)
  46. - [File indicators](#file-indicators)
  47. - [Utility dependencies](#utility-dependencies)
  48. - [Configuration](#configuration)
  49. - [Help](#help)
  50. - [Quickstart](#quickstart)
  51. - [How to](#how-to)
  52. - [Why fork?](#why-fork)
  53. - [Mentions](#mentions)
  54. - [Developers](#developers)
  55. - [Contributions](#contributions)
  56. #### FEATURES
  57. - Modes
  58. - Basic, detail (default), disk usage analyzer (du)
  59. - File picker, vim (or neovim) plugin
  60. - Navigation
  61. - Familiar, easy shortcuts (arrows, `~`, `-`, `&`)
  62. - *Navigate-as-you-type* with auto-select directory
  63. - Contexts (_aka_ tabs _aka_ workspaces)
  64. - Bookmarks
  65. - Pin and visit a directory
  66. - Sorting
  67. - Directories always listed on top
  68. - Sort by file name, modification time, size
  69. - Numeric order for numeric names (visit _/proc_)
  70. - Search
  71. - Instant filtering with *search-as-you-type*
  72. - Regex and substring match
  73. - Mimes
  74. - Open with desktop opener or specify a custom app
  75. - Create, list, extract archives (needs (p)atool)
  76. - Open all text files in EDITOR (optional)
  77. - Information
  78. - Detailed stat-like file information
  79. - Media information (needs mediainfo/exiftool)
  80. - Convenience
  81. - Create, rename files and directories
  82. - Select files across dirs; all/range selection
  83. - Copy, move, delete, archive selection
  84. - Create sym/hard link(s) to selection
  85. - Transfer files using lftp
  86. - Batch rename/move/delete (needs vidir)
  87. - Show directories in custom color (default: blue)
  88. - Per-context directory color
  89. - Spawn a subshell in the current directory
  90. - Run a command, launch applications
  91. - Run custom scripts in the current directory
  92. - Repository of custom scripts
  93. - Run current file as executable
  94. - Change directory at exit (*easy* shell integration)
  95. - Edit file in EDITOR or open in PAGER
  96. - Take quick notes
  97. - Terminal locker integration
  98. - Shortcut reference a keypress away
  99. - Unicode support
  100. - Highly optimized, static analysis integrated code
  101. - Available on many distros
  102. #### COMPARISON
  103. Stripped binary (or script) size and memory usage of `nnn` and some other similar utilities while viewing a directory with 13.5K files (0 directories), sorted by size/du:
  104. <pre>
  105. <b>BINSZ</b> VIRT <b> RES</b> SHR S %MEM COMMAND
  106. <b> 650K</b> 139720 <b>91220</b> 8460 S 1.1 ranger
  107. <b> 1M</b> 50496 <b>15328</b> 4076 S 0.2 vifm
  108. <b> 1M</b> 72152 <b>12468</b> 7336 S 0.2 mc
  109. <b> 70K</b> 16068 <b> 4620</b> 2408 S 0.1 ncdu
  110. <b> 55K</b> 15740 <b> 4348</b> 2460 S 0.1 nnn -S
  111. </pre>
  112. Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors).
  113. #### INSTALLATION
  114. #### Dependencies
  115. `nnn` needs a curses library with wide character support (like ncursesw), libreadline and standard libc.
  116. #### From a package manager
  117. - [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=nnn) (`apk add nnn`)
  118. - [Arch Linux](https://www.archlinux.org/packages/community/x86_64/nnn/) (`pacman -S nnn`)
  119. - [Debian](https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`)
  120. - [Fedora](https://apps.fedoraproject.org/packages/nnn) (`dnf install nnn`)
  121. - [FreeBSD](https://www.freshports.org/misc/nnn) (`pkg install nnn`)
  122. - [Gentoo](https://packages.gentoo.org/packages/app-misc/nnn) (`emerge nnn`)
  123. - [macOS/Homebrew](http://formulae.brew.sh/formula/nnn) (`brew install nnn`)
  124. - [Milis Linux](https://notabug.org/milislinux/milis/src/master/talimatname/genel/n/nnn/talimat) (`mps kur nnn`)
  125. - [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/nnn) (`nix-env -i nnn`)
  126. - [OpenBSD](https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/nnn/) (`pkg_add nnn`)
  127. - [openSUSE](https://software.opensuse.org/package/nnn) (and packages for several other distros) (`zypper in nnn`)
  128. - [pkgrsc](http://pkgsrc.se/sysutils/nnn) (`pkg_add nnn`)
  129. - [Raspbian Testing](https://archive.raspbian.org/raspbian/pool/main/n/nnn/) (`apt-get install nnn`)
  130. - [Slackware](http://slackbuilds.org/repository/14.2/system/nnn/) (`slackpkg install nnn`)
  131. - [Solus](https://packages.getsol.us/shannon/n/nnn/) (`eopkg install nnn`)
  132. - [Source Mage](http://codex.sourcemage.org/test/shell-term-fm/nnn/) (`cast nnn`)
  133. - [Termux](https://github.com/termux/termux-packages/tree/master/packages/nnn) (`pkg in nnn`)
  134. - [Ubuntu](https://packages.ubuntu.com/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`)
  135. - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) (`apt-get install nnn`)
  136. - [Void Linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nnn) (`xbps-install -S nnn`)
  137. #### Release packages
  138. Packages for Arch Linux, CentOS, Debian, Fedora, Solus, and Ubuntu are available with the [latest stable release](https://github.com/jarun/nnn/releases/latest).
  139. #### From source
  140. To cook yourself, download the [latest stable release](https://github.com/jarun/nnn/releases/latest) or clone this repository (*risky*). Then install the dependencies and compile (e.g. on Ubuntu 16.04):
  141. $ sudo apt-get install pkg-config libncursesw5-dev libreadline6-dev
  142. $ make
  143. $ sudo make install
  144. `PREFIX` is supported, in case you want to install to a different location.
  145. - Compilation information for [Raspberry Pi](https://github.com/jarun/nnn/issues/182)
  146. - Instructions for [Cygwin](https://github.com/jarun/nnn/wiki/Cygwin-instructions)
  147. #### Shell completion
  148. Search keyword and option completion scripts for Bash, Fish and Zsh can be found in respective subdirectories of [`scripts/auto-completion/`](scripts/auto-completion). Please refer to your shell's manual for installation instructions.
  149. #### USAGE
  150. #### Cmdline options
  151. ```
  152. usage: nnn [-b key] [-C] [-e] [-i] [-l]
  153. [-p file] [-S] [-v] [-h] [PATH]
  154. The missing terminal file manager for X.
  155. positional args:
  156. PATH start dir [default: current dir]
  157. optional args:
  158. -b key open bookmark key
  159. -C disable directory color
  160. -e use exiftool for media info
  161. -i nav-as-you-type mode
  162. -l light mode
  163. -p file selection file (stdout if '-')
  164. -S disk usage mode
  165. -v show version
  166. -h show help
  167. ```
  168. `>` indicates the currently selected entry in `nnn`.
  169. #### Keyboard shortcuts
  170. Press <kbd>?</kbd> in `nnn` to see the list anytime.
  171. ```
  172. NAVIGATION
  173. ↑ k Up PgUp ^U Scroll up
  174. ↓ j Down PgDn ^D Scroll down
  175. ← h Parent dir ~ Go HOME
  176. ↵ → l Open file/dir & Start dir
  177. Home g ^A First entry - Last visited dir
  178. End G ^E Last entry . Toggle show hidden
  179. / Filter Ins ^T Toggle nav-as-you-type
  180. b Pin current dir ^B Go to pinned dir
  181. Tab ^I Next context d Toggle detail view
  182. ` ^/ Leader key N LeadN Go to/create context N
  183. Esc Exit prompt ^L Redraw/clear prompt
  184. ^G Quit and cd q Quit context
  185. Q ^Q Quit ? Help, config
  186. FILES
  187. ^O Open with... n Create new/link
  188. D File details ^R Rename entry
  189. ⎵ ^K Copy entry path r Open dir in vidir
  190. ^Y Toggle selection y List selection
  191. Y Select all
  192. P Copy selection X Delete selection
  193. V Move selection ^X Delete entry
  194. f Archive files m M Brief/full media info
  195. ^F Extract archive F List archive
  196. e Edit in EDITOR p Open in PAGER
  197. ORDER TOGGLES
  198. ^J Disk usage S Apparent du
  199. t Time modified s Size
  200. MISC
  201. ! ^] Spawn SHELL C Execute entry
  202. R ^V Run/pick script L Lock terminal
  203. ^P Command prompt ^N Take note
  204. ```
  205. Help & settings, file details, media info and archive listing are shown in the PAGER. Please use the PAGER-specific keys in these screens.
  206. #### Leader key
  207. The Leader key (<kbd>`</kbd> or <kbd>^/</kbd>) provides a powerful multi-functional navigation mechanism. It is case-sensitive and understands contexts, bookmarks and handy location shortcuts.
  208. | Key | Function |
  209. |:---:| --- |
  210. | <kbd>1-4</kbd> | Go to/create selected context |
  211. | <kbd>></kbd>, <kbd>.</kbd> | Go to next active context |
  212. | <kbd><</kbd>, <kbd>,</kbd> | Go to previous active context |
  213. | key | Go to bookmarked location |
  214. | <kbd>~</kbd> | Go to HOME directory |
  215. | <kbd>-</kbd> | Go to last visited directory |
  216. | <kbd>&</kbd> | Go to start directory |
  217. | <kbd>q</kbd> | Quit context |
  218. #### Contexts
  219. Contexts serve the purpose of exploring multiple directories simultaneously. 4 contexts are available. The status of the contexts are shown in the top left corner:
  220. - the current context is in reverse
  221. - other used contexts are underlined
  222. - rest are unused
  223. To switch to a context press the Leader key followed by the context number (1-4).
  224. The first time a context is entered, it copies the state of the last visited context. Each context remembers its start directory and last visited directory.
  225. When a context is quit, the next active context is selected. If the last active context is quit, the program quits.
  226. ##### Context-specific color
  227. Each context can have its own color for directories specified:
  228. export NNN_CONTEXT_COLORS='1234'
  229. colors: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
  230. #### Selection
  231. Use <kbd>^K</kbd> to copy the absolute path of the file under the cursor.
  232. To copy multiple absolute file paths:
  233. - press <kbd>^Y</kbd> (or <kbd>Y</kbd>) to enter selection mode. In this mode it's possible to
  234. - cherry-pick individual files one by one by pressing <kbd>^K</kbd> on each entry (works across directories and contexts); or,
  235. - navigate to another file in the same directory to select a range of files
  236. - press <kbd>^Y</kbd> (or <kbd>Y</kbd>) _again_ to copy the paths and exit the selection mode
  237. The files in the list can now be copied (<kbd>P</kbd>), moved (<kbd>V</kbd>) or removed (<kbd>X</kbd>).
  238. To list the file paths copied to memory press <kbd>y</kbd>.
  239. File paths are copied to the temporary file `DIR/.nnncp`, where `DIR` (by priority) is:
  240. $HOME or,
  241. $TMPDIR or,
  242. /tmp
  243. The path is shown in the help and configuration screen.
  244. #### Filters
  245. Filters support regexes by default to instantly (search-as-you-type) list the matching entries in the current directory.
  246. Common use cases:
  247. - to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol
  248. - type `\.mkv` to list all MKV files
  249. - use `.*` to match any character (_sort of_ fuzzy search)
  250. To filter entries by substring match:
  251. export NNN_PLAIN_FILTER=1
  252. If `nnn` is invoked as root or the environment variable `NNN_SHOW_HIDDEN` is set the default filter will also match hidden files.
  253. #### Navigate-as-you-type
  254. In this mode directories are opened in filter mode, allowing continuous navigation. Works best with the **arrow keys**.
  255. In case of only one match and it's a directory, `nnn` auto selects the directory and enters it in this mode. To disable this behaviour,
  256. export NNN_NO_AUTOSELECT=1
  257. #### File indicators
  258. The following indicators are used in the detail view:
  259. | Indicator | File Type |
  260. |:---:| --- |
  261. | `/` | Directory |
  262. | `*` | Executable |
  263. | <code>&#124;</code> | Fifo |
  264. | `=` | Socket |
  265. | `@` | Symbolic Link |
  266. | `@/` | Symbolic Link to directory |
  267. | `b` | Block Device |
  268. | `c` | Character Device |
  269. | `?` | Unknown |
  270. #### Utility dependencies
  271. | External dependency | Operation |
  272. | --- | --- |
  273. | xdg-open (Linux), open(1) (macOS), cygstart (Cygwin) | desktop opener |
  274. | file | determine file type |
  275. | cp, mv, rm, xargs (from findutils on Linux) | copy, move and remove files |
  276. | mediainfo, exiftool | multimedia file details |
  277. | atool, patool ([integration](https://github.com/jarun/nnn/wiki/How-to#integrate-patool)) | create, list and extract archives |
  278. | vidir (from moreutils) | batch rename, move, delete dir entries |
  279. | vlock (Linux), bashlock (macOS), lock(1) (BSD) | terminal locker |
  280. | $EDITOR (overridden by $VISUAL, if defined) | edit files (fallback vi) |
  281. | $PAGER | page through files (fallback less) |
  282. | $SHELL | spawn a shell, run script (fallback sh) |
  283. To specify a custom file opener:
  284. export NNN_OPENER=mimeopen
  285. To edit all text files in EDITOR (preferably CLI, fallback vi):
  286. export NNN_USE_EDITOR=1
  287. Arguments to the `$PAGER` and `$SHELL` should be combined together.
  288. The option `open with` takes 1 combined argument.
  289. #### Configuration
  290. `nnn` supports the following environment variables for configuration.
  291. | Example `export` | Description |
  292. | --- | --- |
  293. | `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | specify bookmarks (max 10) |
  294. | `NNN_OPENER=mimeopen` | custom file opener |
  295. | `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] |
  296. | `NNN_IDLE_TIMEOUT=300` | idle time to lock terminal [default: disabled] |
  297. | `NNN_COPIER='copier.sh'` | system clipboard copier script [default: none] |
  298. | `NNN_SCRIPT=/home/user/scripts[/script.sh]` | path to script dir or a single script |
  299. | `NNN_NOTE=/home/user/Dropbox/Public/notes` | path to note file [default: none] |
  300. | `NNN_TMPFILE=/tmp/nnn` | file to write current open dir path to for cd on quit |
  301. | `NNN_USE_EDITOR=1` | Open text files in `$EDITOR` (`$VISUAL`, if defined; fallback vi) |
  302. | `NNN_SHOW_HIDDEN=1` | show hidden (.) files [default: do not show hidden if not root ] |
  303. | `NNN_NO_AUTOSELECT=1` | do not auto-select matching dir in _nav-as-you-type` mode |
  304. | `NNN_RESTRICT_NAV_OPEN=1` | open files on <kbd> ↵</kbd>, not <kbd>→</kbd> or <kbd>l</kbd> |
  305. | `NNN_RESTRICT_0B=1` | do not open 0-byte files |
  306. | `NNN_PLAIN_FILTER=1` | use substring match in filer mode [default: regex] |
  307. #### Help
  308. $ nnn -h
  309. $ man nnn
  310. To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
  311. #### QUICKSTART
  312. 1. Install the [utilities required](#utility-dependencies) for your regular activities.
  313. 2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/How-to#cd-on-quit).
  314. 3. Optionally open all text files in EDITOR (fallback vi):
  315. export NNN_USE_EDITOR=1
  316. 4. Run `n`.
  317. 5. Press <kbd>?</kbd> for help on keyboard shortcuts anytime.
  318. 6. For additional functionality [setup custom scripts](https://github.com/jarun/nnn/wiki/How-to#run-custom-scripts).
  319. #### HOW TO
  320. Please visit the [How to](https://github.com/jarun/nnn/wiki/How-to) wiki page.
  321. #### WHY FORK?
  322. `nnn` was initially forked from [noice](http://git.2f30.org/noice/) but is significantly [different](https://github.com/jarun/nnn/wiki/nnn-vs.-noice) today. I chose to fork because:
  323. - one can argue my approach deviates from the goal of the original project - keep the utility `suckless`. `noice` was rudimentary. In my opinion evolution is the taste of time.
  324. - I would like to have a bit of control on what features are added in the name of desktop integration. A feature-bloat is the last thing in my mind. Check out [nnn design considerations](https://github.com/jarun/nnn/wiki/nnn-design-considerations) for more details.
  325. #### MENTIONS
  326. - [FOSSMint](https://www.fossmint.com/nnn-linux-terminal-file-browser/)
  327. - [Hacker News](https://news.ycombinator.com/item?id=18520898)
  328. - [It's FOSS](https://itsfoss.com/nnn-file-browser-linux/)
  329. - [LinuxLinks](https://www.linuxlinks.com/nnn-fast-and-flexible-file-manager/)
  330. - [Suckless Rocks](https://suckless.org/rocks/)
  331. - [Ubuntu Full Circle Magazine - Issue 135](https://fullcirclemagazine.org/issue-135/)
  332. #### DEVELOPERS
  333. 1. Copyright © 2014-2016 Lazaros Koromilas
  334. 2. Copyright © 2014-2016 Dimitris Papastamos
  335. 3. Copyright © 2016-2019 [Arun Prakash Jana](https://github.com/jarun)
  336. #### CONTRIBUTIONS
  337. We need contributors. Please visit the [ToDo list](https://github.com/jarun/nnn/issues/202).