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 9.4 KiB

4 years ago
8 years ago
7 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
6 years ago
5 years ago
5 years ago
5 years ago
7 years ago
5 years ago
5 years ago
7 years ago
4 years ago
4 years ago
5 years ago
7 years ago
5 years ago
7 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
7 years ago
5 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
7 years ago
5 years ago
7 years ago
5 years ago
5 years ago
6 years ago
4 years ago
6 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <h3 align="center"><img src="misc/logo/logo-128x128.png" alt="nnn"><br>nnn - <i>Supercharge your productivity!</i></h3>
  2. <p align="center">
  3. <a href="https://github.com/jarun/nnn/releases/latest"><img src="https://img.shields.io/github/release/jarun/nnn.svg?maxAge=600&label=rel" alt="Latest release" /></a>
  4. <a href="https://repology.org/project/nnn/versions"><img src="https://repology.org/badge/tiny-repos/nnn.svg?header=repos" alt="Availability"></a>
  5. <a href="https://travis-ci.org/jarun/nnn"><img src="https://img.shields.io/travis/jarun/nnn/master.svg?label=travis" alt="Travis Status" /></a>
  6. <a href="https://circleci.com/gh/jarun/workflows/nnn"><img src="https://img.shields.io/circleci/project/github/jarun/nnn.svg?label=circleci" alt="CircleCI Status" /></a>
  7. <a href="https://en.wikipedia.org/wiki/Privacy-invasive_software"><img src="https://img.shields.io/badge/privacy-✓-crimson?maxAge=2592000" alt="Privacy Awareness" /></a>
  8. <a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/©-BSD%202--Clause-important.svg?maxAge=2592000" alt="License" /></a>
  9. </p>
  10. <p align="center"><a href="https://asciinema.org/a/353811"><img src="https://i.imgur.com/InHB5DB.png" /></a></p>
  11. <p align="center"><i>icons and colors (click for asciicast)</i></p>
  12. <h3 align="center">[<a
  13. href="https://github.com/jarun/nnn#features">Features</a>] [<a
  14. href="https://github.com/jarun/nnn#quickstart">Quickstart</a>] [<a
  15. href="https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins">Plugins</a>] [<a
  16. href="https://github.com/jarun/nnn/wiki/Performance">Performance</a>]</h3>
  17. `nnn` (_n³_) is a full-featured terminal file manager. It's tiny and nearly 0-config with an incredible speed.
  18. It is designed to be unobtrusive with smart workflows to match the trains of thought.
  19. `nnn` can analyze disk usage, batch rename, launch apps and pick files. The plugin repository has tons of plugins and documentation to extend the capabilities further e.g. [preview](https://github.com/jarun/nnn/wiki/Live-previews), (un)mount disks, find & list, file/dir diff, upload files.
  20. There are 2 independent (neo)vim plugins - [nnn.vim](https://github.com/mcchrish/nnn.vim) and [vim-floaterm nnn wrapper](https://github.com/voldikss/vim-floaterm#nnn).
  21. It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw) (Android), Linux, macOS, BSD, Haiku, Cygwin, WSL, across DEs and GUI utilities or a strictly CLI environment.
  22. <p align="center">
  23. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RMLTQ76JSXJ4Q"><img src="https://img.shields.io/badge/donate-PayPal-1eb0fc.svg" alt="Donate via PayPal!" /></a>
  24. </p>
  25. <br>
  26. <p align="center"><a href="https://www.youtube.com/watch?v=U2n5aGqou9E"><img src="https://i.imgur.com/MPWpmos.png" /></a></p>
  27. <p align="center"><i>type-to-nav & du (click for demo video)</i></p>
  28. ## Black magic! :dark_sunglasses:
  29. - Instantly load, sort, filter thousands of files
  30. - Type to navigate with automatic dir selection
  31. - find/fd/grep/ripgrep/fzf from `nnn` and list in `nnn`
  32. - Never lose context - start where you quit
  33. - Mount any cloud storage service in a few keypresses
  34. - Select files from anywhere (not just a single dir)
  35. - Unlimited bookmarks, plugins, cmds with custom hotkeys
  36. - Write a plugin in any language you know
  37. - Edit and preview markdown, man page, html
  38. - Open a file and auto-advance to the next
  39. - Filter filtered entries
  40. - Export (filtered) list of visible files
  41. - Configure the middle mouse click to do anything
  42. - Fuzzy search subtree and open a file (or its parent dir)
  43. - Load four dirs with custom settings at once
  44. - Notifications on cp, mv, rm completion
  45. - Auto-sync selection to system clipboard
  46. - Access selection from another instance of `nnn`
  47. - Open text files detached in another pane/tab/window
  48. - Mount and modify archives
  49. - Create files/dirs/duplicates with parents (like `mkdir -p`)
  50. - Toggle hidden with <kbd>.</kbd>, visit HOME with <kbd>~</kbd>, last dir with <kbd>-</kbd>
  51. - Mark a frequently visited dir at runtime
  52. - Sort by modification, access and inode change time
  53. - Compile out/in features with make variables
  54. - Watch matrix text fly or read fortune messages
  55. - Configure in 5 minutes!
  56. ## Features
  57. - Frugal
  58. - Typically needs less than 3.5MB resident memory
  59. - Works with 8 colors (and xterm 256 colors)
  60. - Disk-IO sensitive (few disk reads and writes)
  61. - No FPU usage (all integer maths, even for file size)
  62. - Minimizes screen refresh with fast line redraws
  63. - Tiny binary (typically around 100KB)
  64. - 1-column mode for smaller terminals and form factors
  65. - Hackable - compile in/out features and dependencies
  66. - Portable
  67. - Language-agnostic plugins
  68. - Static binary available (no need to install)
  69. - Minimal library deps, easy to compile
  70. - No config file, minimal config with sensible defaults
  71. - Plugin to backup configuration
  72. - Widely available on many packagers
  73. - Touch enabled, comfortable on handhelds too!
  74. - Unicode support
  75. - Quality
  76. - Privacy-aware (no unconfirmed user data collection)
  77. - POSIX-compliant, follows Linux kernel coding style
  78. - Highly optimized, static analysis integrated code
  79. - Modes
  80. - Light (default), detail
  81. - Disk usage analyzer (block/apparent)
  82. - File picker, (neo)vim plugin
  83. - Navigation
  84. - *Type-to-nav* mode with dir auto-select
  85. - Contexts (_aka_ tabs/workspaces) with custom colors
  86. - Sessions, bookmarks with hotkeys; mark and visit a dir
  87. - Remote mounts (needs sshfs, rclone)
  88. - Familiar shortcuts (arrows, <kbd>~</kbd>, <kbd>-</kbd>, <kbd>@</kbd>), quick look-up
  89. - CD on quit (*easy* shell integration)
  90. - Auto-advance on opening files
  91. - Search
  92. - Instant filtering with *search-as-you-type*
  93. - Regex (POSIX/PCRE) and string (default) filters
  94. - Subtree search plugin to open or edit files
  95. - Sort
  96. - Ordered pure numeric names by default (visit _/proc_)
  97. - Case-insensitive version (_aka_ natural) sort
  98. - By name, access/change/mod (default) time, size, extn
  99. - Reverse sort
  100. - Mimes
  101. - Preview hovered files in FIFO-based previewer
  102. - Open with desktop opener or specify a custom opener
  103. - File-specific colors (or minimal _dirs in context color_)
  104. - Icons (customize and compile-in)
  105. - Plugins for image and video thumbnails
  106. - Create, list, extract, mount (FUSE based) archives
  107. - Option to open all text files in EDITOR
  108. - Information
  109. - Detailed file information
  110. - Media information plugin
  111. - Convenience
  112. - Run plugins and custom commands with hotkeys
  113. - FreeDesktop compliant trash (needs trash-cli)
  114. - Cross-dir file/all/range selection
  115. - Batch renamer for selection or dir
  116. - Display file list from stdin or plugin
  117. - Copy (as), move (as), delete, archive, link selection
  118. - Dir updates, notification on cp, mv, rm completion
  119. - Copy file paths to system clipboard on select
  120. - Create (with parents), rename, duplicate files and dirs
  121. - Launch apps, run commands, spawn a shell, toggle exe
  122. - Hovered file set as `$nnn` at prompt and spawned shell
  123. - Lock terminal after configurable idle timeout
  124. - Basic support for screen readers and braille displays
  125. ## Quickstart
  126. 1. [Install](https://github.com/jarun/nnn/wiki/Usage#installation) `nnn` and deps (if you need any). All files are opened with the desktop opener by default.
  127. 2. Add option `-e` to your alias to open text files in `$VISUAL`/`$EDITOR`/ vi. [Open detached](https://github.com/jarun/nnn/wiki/Basic-use-cases#detached-text) if you wish.
  128. 3. Configure [cd on quit](https://github.com/jarun/nnn/wiki/Basic-use-cases#configure-cd-on-quit).
  129. 4. [Install plugins](https://github.com/jarun/nnn/tree/master/plugins#installation).
  130. 5. Use option `-x` to copy selected file paths to system clipboard and show notis on cp, mv, rm completion.
  131. 6. For a CLI-only environment, customize and use plugin [`nuke`](https://github.com/jarun/nnn/blob/master/plugins/nuke) with option `-c` (overrides `-e`).
  132. Don't memorize! Arrows (or <kbd>h</kbd> <kbd>j</kbd> <kbd>k</kbd> <kbd>l</kbd>), <kbd>/</kbd>, <kbd>q</kbd> suffice. <kbd>Tab</kbd> creates, cycles contexts. <kbd>?</kbd> lists shortcuts.
  133. [![Wiki](https://img.shields.io/badge/RTFM-nnn%20Wiki-important?maxAge=2592000)](https://github.com/jarun/nnn/wiki)
  134. ## Developers
  135. - [Arun Prakash Jana](https://github.com/jarun) (Copyright © 2016-2020)
  136. - [0xACE](https://github.com/0xACE)
  137. - [Anna Arad](https://github.com/annagrram)
  138. - [KlzXS](https://github.com/KlzXS)
  139. - [Léo Villeveygoux](https://github.com/leovilok)
  140. - [Maxim Baz](https://github.com/maximbaz)
  141. - [Todd Yamakawa](https://github.com/toddyamakawa)
  142. - and other contributors
  143. Visit the [ToDo list](https://github.com/jarun/nnn/issues/719) to contribute or see the features in progress.
  144. ## Elsewhere
  145. - [ArchWiki](https://wiki.archlinux.org/index.php/Nnn)
  146. - [FOSSMint](https://www.fossmint.com/nnn-linux-terminal-file-browser/)
  147. - [gHacks Tech News](https://www.ghacks.net/2019/11/01/nnn-is-an-excellent-command-line-based-file-manager-for-linux-macos-and-bsds/)
  148. - Hacker News [[1](https://news.ycombinator.com/item?id=18520898)] [[2](https://news.ycombinator.com/item?id=19850656)]
  149. - [It's FOSS](https://itsfoss.com/nnn-file-browser-linux/)
  150. - LinuxLinks [[1](https://www.linuxlinks.com/nnn-fast-and-flexible-file-manager/)] [[2](https://www.linuxlinks.com/bestconsolefilemanagers/)] [[3](https://www.linuxlinks.com/excellent-system-tools-nnn-portable-terminal-file-manager/)]
  151. - [Open Source For You](https://www.opensourceforu.com/2019/12/nnn-this-feature-rich-terminal-file-manager-will-enhance-your-productivity/)
  152. - [Suckless Rocks](https://suckless.org/rocks/)
  153. - [Ubuntu Full Circle Magazine - Issue 135](https://fullcirclemagazine.org/issue-135/)