My build of nnn with minor changes
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 19 KiB

6年前
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 (view images in directory) or fzy (fuzzy search subtree) 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-1eb0fc.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. - Contexts (_aka_ tabs _aka_ workspaces)
  62. - *Navigate-as-you-type* with auto-select directory
  63. - Bookmarks
  64. - Familiar, easy shortcuts (arrows, `~`, `-`, `&`)
  65. - Pin and visit a directory
  66. - Sorting
  67. - Directories always listed on top
  68. - Sort by file name, modification time, size
  69. - Ordered pure numeric names by default (visit _/proc_)
  70. - Version sort
  71. - Search
  72. - Instant filtering with *search-as-you-type*
  73. - Regex and substring match
  74. - Mimes
  75. - Open with desktop opener or specify a custom app
  76. - Create, list, extract archives (needs (p)atool)
  77. - Open all text files in EDITOR (optional)
  78. - Information
  79. - Detailed stat-like file information
  80. - Media information (needs mediainfo/exiftool)
  81. - Convenience
  82. - Create, rename files and directories
  83. - Select files across dirs; all/range selection
  84. - Copy, move, delete, archive selection
  85. - Create sym/hard link(s) to selection
  86. - Transfer files using lftp
  87. - Batch rename/move/delete (needs vidir)
  88. - Show directories in custom color (default: blue)
  89. - Per-context directory color
  90. - Spawn a subshell in the current directory
  91. - Run a command, launch applications
  92. - Run custom scripts in the current directory
  93. - Repository of custom scripts
  94. - Run current file as executable
  95. - Change directory at exit (*easy* shell integration)
  96. - Edit file in EDITOR or open in PAGER
  97. - Take quick notes
  98. - Terminal locker integration
  99. - Shortcut reference a keypress away
  100. - Unicode support
  101. - Highly optimized, static analysis integrated code
  102. - Available on many distros
  103. #### COMPARISON
  104. 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:
  105. <pre>
  106. <b>BINSZ</b> VIRT <b> RES</b> SHR S %MEM COMMAND
  107. <b> 650K</b> 139720 <b>91220</b> 8460 S 1.1 ranger
  108. <b> 1M</b> 50496 <b>15328</b> 4076 S 0.2 vifm
  109. <b> 1M</b> 72152 <b>12468</b> 7336 S 0.2 mc
  110. <b> 70K</b> 16068 <b> 4620</b> 2408 S 0.1 ncdu
  111. <b> 55K</b> 15740 <b> 4348</b> 2460 S 0.1 nnn -S
  112. </pre>
  113. Intrigued? Find out [HOW](https://github.com/jarun/nnn/wiki/performance-factors).
  114. #### INSTALLATION
  115. #### Dependencies
  116. `nnn` needs a curses library with wide character support (like ncursesw), libreadline and standard libc.
  117. #### From a package manager
  118. - [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=nnn) (`apk add nnn`)
  119. - [Arch Linux](https://www.archlinux.org/packages/community/x86_64/nnn/) (`pacman -S nnn`)
  120. - [Debian](https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`)
  121. - [Fedora](https://apps.fedoraproject.org/packages/nnn) (`dnf install nnn`)
  122. - [FreeBSD](https://www.freshports.org/misc/nnn) (`pkg install nnn`)
  123. - [Gentoo](https://packages.gentoo.org/packages/app-misc/nnn) (`emerge nnn`)
  124. - [macOS/Homebrew](http://formulae.brew.sh/formula/nnn) (`brew install nnn`)
  125. - [Milis Linux](https://notabug.org/milislinux/milis/src/master/talimatname/genel/n/nnn/talimat) (`mps kur nnn`)
  126. - [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/nnn) (`nix-env -i nnn`)
  127. - [OpenBSD](https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/nnn/) (`pkg_add nnn`)
  128. - [openSUSE](https://software.opensuse.org/package/nnn) (and packages for several other distros) (`zypper in nnn`)
  129. - [pkgrsc](http://pkgsrc.se/sysutils/nnn) (`pkg_add nnn`)
  130. - [Raspbian Testing](https://archive.raspbian.org/raspbian/pool/main/n/nnn/) (`apt-get install nnn`)
  131. - [Slackware](http://slackbuilds.org/repository/14.2/system/nnn/) (`slackpkg install nnn`)
  132. - [Solus](https://packages.getsol.us/shannon/n/nnn/) (`eopkg install nnn`)
  133. - [Source Mage](http://codex.sourcemage.org/test/shell-term-fm/nnn/) (`cast nnn`)
  134. - [Termux](https://github.com/termux/termux-packages/tree/master/packages/nnn) (`pkg in nnn`)
  135. - [Ubuntu](https://packages.ubuntu.com/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`)
  136. - [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/) (`apt-get install nnn`)
  137. - [Void Linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/nnn) (`xbps-install -S nnn`)
  138. #### Release packages
  139. Packages for Arch Linux, CentOS, Debian, Fedora, Solus, and Ubuntu are available with the [latest stable release](https://github.com/jarun/nnn/releases/latest).
  140. #### From source
  141. 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):
  142. $ sudo apt-get install pkg-config libncursesw5-dev libreadline6-dev
  143. $ make
  144. $ sudo make install
  145. `PREFIX` is supported, in case you want to install to a different location.
  146. - Compilation information for [Raspberry Pi](https://github.com/jarun/nnn/issues/182)
  147. - Instructions for [Cygwin](https://github.com/jarun/nnn/wiki/Cygwin-instructions)
  148. #### Shell completion
  149. 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.
  150. #### USAGE
  151. #### Cmdline options
  152. ```
  153. usage: nnn [-b key] [-C] [-e] [-i] [-l] [-n]
  154. [-p file] [-s] [-S] [-v] [-h] [PATH]
  155. The missing terminal file manager for X.
  156. positional args:
  157. PATH start dir [default: current dir]
  158. optional args:
  159. -b key open bookmark key
  160. -C disable directory color
  161. -e use exiftool for media info
  162. -i nav-as-you-type mode
  163. -l light mode
  164. -n use version compare to sort
  165. -p file selection file (stdout if '-')
  166. -s string filters [default: regex]
  167. -S disk usage mode
  168. -v show version
  169. -h show help
  170. ```
  171. `>` indicates the currently selected entry in `nnn`.
  172. #### Keyboard shortcuts
  173. Press <kbd>?</kbd> in `nnn` to see the list anytime.
  174. ```
  175. NAVIGATION
  176. ↑ k Up PgUp ^U Scroll up
  177. ↓ j Down PgDn ^D Scroll down
  178. ← h Parent dir ~ Go HOME
  179. ↵ → l Open file/dir & Start dir
  180. Home g ^A First entry - Last visited dir
  181. End G ^E Last entry . Toggle show hidden
  182. / Filter Ins ^T Toggle nav-as-you-type
  183. b Pin current dir ^B Go to pinned dir
  184. Tab ^I Next context d Toggle detail view
  185. , ^/ Leader key N LeadN Go to/create context N
  186. Esc Exit prompt ^L Redraw/clear prompt
  187. ^G Quit and cd q Quit context
  188. Q ^Q Quit ? Help, config
  189. FILES
  190. ^O Open with... n Create new/link
  191. D File details ^R Rename entry
  192. ⎵ ^K Copy entry path r Open dir in vidir
  193. ^Y Toggle selection y List selection
  194. Y Select all
  195. P Copy selection X Delete selection
  196. V Move selection ^X Delete entry
  197. f Archive files m M Brief/full media info
  198. ^F Extract archive F List archive
  199. e Edit in EDITOR p Open in PAGER
  200. ORDER TOGGLES
  201. ^J Disk usage S Apparent du
  202. t Time modified s Size
  203. MISC
  204. ! ^] Spawn SHELL C Execute entry
  205. R ^V Run/pick script L Lock terminal
  206. ^P Command prompt ^N Take note
  207. ```
  208. Help & settings, file details, media info and archive listing are shown in the PAGER. Please use the PAGER-specific keys in these screens.
  209. #### Leader key
  210. 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.
  211. | Key | Function |
  212. |:---:| --- |
  213. | <kbd>1-4</kbd> | Go to/create selected context |
  214. | <kbd>></kbd>, <kbd>.</kbd> | Go to next active context |
  215. | <kbd><</kbd>, <kbd>,</kbd> | Go to previous active context |
  216. | key | Go to bookmarked location |
  217. | <kbd>~</kbd> | Go to HOME directory |
  218. | <kbd>-</kbd> | Go to last visited directory |
  219. | <kbd>&</kbd> | Go to start directory |
  220. | <kbd>q</kbd> | Quit context |
  221. #### Contexts
  222. 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:
  223. - the current context is in reverse
  224. - other used contexts are underlined
  225. - rest are unused
  226. To switch to a context press the Leader key followed by the context number (1-4).
  227. 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.
  228. When a context is quit, the next active context is selected. If the last active context is quit, the program quits.
  229. ##### Context-specific color
  230. Each context can have its own color for directories specified:
  231. export NNN_CONTEXT_COLORS='1234'
  232. colors: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
  233. #### Selection
  234. Use <kbd>^K</kbd> to copy the absolute path of the file under the cursor.
  235. To copy multiple absolute file paths:
  236. - press <kbd>^Y</kbd> (or <kbd>Y</kbd>) to enter selection mode. In this mode it's possible to
  237. - cherry-pick individual files one by one by pressing <kbd>^K</kbd> on each entry (works across directories and contexts); or,
  238. - navigate to another file in the same directory to select a range of files
  239. - press <kbd>^Y</kbd> (or <kbd>Y</kbd>) _again_ to copy the paths and exit the selection mode
  240. The files in the list can now be copied (<kbd>P</kbd>), moved (<kbd>V</kbd>) or removed (<kbd>X</kbd>).
  241. To list the file paths copied to memory press <kbd>y</kbd>.
  242. File paths are copied to the temporary file `DIR/.nnncp`, where `DIR` (by priority) is:
  243. $HOME or,
  244. $TMPDIR or,
  245. /tmp
  246. The path is shown in the help and configuration screen.
  247. #### Filters
  248. Filters support regexes by default to instantly (search-as-you-type) list the matching entries in the current directory.
  249. Common use cases:
  250. - to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol
  251. - type `\.mkv` to list all MKV files
  252. - use `.*` to match any character (_sort of_ fuzzy search)
  253. There is a program opton to filter entries by substring match.
  254. If `nnn` is invoked as root or the environment variable `NNN_SHOW_HIDDEN` is set the default filter will also match hidden files.
  255. #### Navigate-as-you-type
  256. In this mode directories are opened in filter mode, allowing continuous navigation. Works best with the **arrow keys**.
  257. 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,
  258. export NNN_NO_AUTOSELECT=1
  259. #### File indicators
  260. The following indicators are used in the detail view:
  261. | Indicator | File Type |
  262. |:---:| --- |
  263. | `/` | Directory |
  264. | `*` | Executable |
  265. | <code>&#124;</code> | Fifo |
  266. | `=` | Socket |
  267. | `@` | Symbolic Link |
  268. | `@/` | Symbolic Link to directory |
  269. | `b` | Block Device |
  270. | `c` | Character Device |
  271. | `?` | Unknown |
  272. #### Utility dependencies
  273. | External dependency | Operation |
  274. | --- | --- |
  275. | xdg-open (Linux), open(1) (macOS), cygstart (Cygwin) | desktop opener |
  276. | file | determine file type |
  277. | cp, mv, rm, xargs (from findutils on Linux) | copy, move and remove files |
  278. | mediainfo, exiftool | multimedia file details |
  279. | atool, patool ([integration](https://github.com/jarun/nnn/wiki/How-to#integrate-patool)) | create, list and extract archives |
  280. | vidir (from moreutils) | batch rename, move, delete dir entries |
  281. | vlock (Linux), bashlock (macOS), lock(1) (BSD) | terminal locker |
  282. | $EDITOR (overridden by $VISUAL, if defined) | edit files (fallback vi) |
  283. | $PAGER | page through files (fallback less) |
  284. | $SHELL | spawn a shell, run script (fallback sh) |
  285. To specify a custom file opener:
  286. export NNN_OPENER=mimeopen
  287. To edit all text files in EDITOR (preferably CLI, fallback vi):
  288. export NNN_USE_EDITOR=1
  289. Arguments to the `$PAGER` and `$SHELL` should be combined together.
  290. The option `open with` takes 1 combined argument.
  291. #### Configuration
  292. `nnn` supports the following environment variables for configuration.
  293. | Example `export` | Description |
  294. | --- | --- |
  295. | `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | specify bookmarks (max 10) |
  296. | `NNN_OPENER=mimeopen` | custom file opener |
  297. | `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] |
  298. | `NNN_IDLE_TIMEOUT=300` | idle time to lock terminal [default: disabled] |
  299. | `NNN_COPIER='copier.sh'` | system clipboard copier script [default: none] |
  300. | `NNN_SCRIPT=/home/user/scripts[/script.sh]` | path to script dir or a single script |
  301. | `NNN_NOTE=/home/user/Dropbox/Public/notes` | path to note file [default: none] |
  302. | `NNN_TMPFILE=/tmp/nnn` | file to write current open dir path to for cd on quit |
  303. | `NNN_USE_EDITOR=1` | Open text files in `$EDITOR` (`$VISUAL`, if defined; fallback vi) |
  304. | `NNN_SHOW_HIDDEN=1` | show hidden (.) files [default: do not show hidden if not root ] |
  305. | `NNN_NO_AUTOSELECT=1` | do not auto-select matching dir in _nav-as-you-type` mode |
  306. | `NNN_RESTRICT_NAV_OPEN=1` | open files on <kbd> ↵</kbd>, not <kbd>→</kbd> or <kbd>l</kbd> |
  307. | `NNN_RESTRICT_0B=1` | do not open 0-byte files |
  308. #### Help
  309. $ nnn -h
  310. $ man nnn
  311. To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
  312. #### QUICKSTART
  313. 1. Install the [utilities required](#utility-dependencies) for your regular activities.
  314. 2. Configure [cd on quit](https://github.com/jarun/nnn/wiki/How-to#cd-on-quit).
  315. 3. Optionally open all text files in EDITOR (fallback vi):
  316. export NNN_USE_EDITOR=1
  317. 4. Run `n`.
  318. 5. Press <kbd>?</kbd> for help on keyboard shortcuts anytime.
  319. 6. For additional functionality [setup custom scripts](https://github.com/jarun/nnn/wiki/How-to#run-custom-scripts).
  320. #### HOW TO
  321. Please visit the [How to](https://github.com/jarun/nnn/wiki/How-to) wiki page.
  322. #### WHY FORK?
  323. `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:
  324. - 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.
  325. - 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.
  326. #### MENTIONS
  327. - [FOSSMint](https://www.fossmint.com/nnn-linux-terminal-file-browser/)
  328. - [Hacker News](https://news.ycombinator.com/item?id=18520898)
  329. - [It's FOSS](https://itsfoss.com/nnn-file-browser-linux/)
  330. - [LinuxLinks](https://www.linuxlinks.com/nnn-fast-and-flexible-file-manager/)
  331. - [Suckless Rocks](https://suckless.org/rocks/)
  332. - [Ubuntu Full Circle Magazine - Issue 135](https://fullcirclemagazine.org/issue-135/)
  333. #### DEVELOPERS
  334. 1. Copyright © 2014-2016 Lazaros Koromilas
  335. 2. Copyright © 2014-2016 Dimitris Papastamos
  336. 3. Copyright © 2016-2019 [Arun Prakash Jana](https://github.com/jarun)
  337. #### CONTRIBUTIONS
  338. We need contributors. Please visit the [ToDo list](https://github.com/jarun/nnn/issues/202).