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.
 
 
 
 
 
 

234 lines
5.7 KiB

  1. .Dd Oct 05, 2017
  2. .Dt NNN 1
  3. .Os
  4. .Sh NAME
  5. .Nm nnn
  6. .Nd the missing terminal file browser for X
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Ar -b key
  10. .Op Ar -c N
  11. .Op Ar -e
  12. .Op Ar -i
  13. .Op Ar -l
  14. .Op Ar -p nlay
  15. .Op Ar -S
  16. .Op Ar -v
  17. .Op Ar -h
  18. .Op Ar PATH
  19. .Sh DESCRIPTION
  20. .Nm
  21. (Noice is Not Noice) is a performance-optimized, feature-packed fork of the noice terminal file browser with seamless desktop integration, simplified navigation, \fInavigate-as-you-type\fR mode, bookmarks, disk usage analyzer mode, comprehensive file details and much more. It remains a simple and efficient file browser that stays out of your way.
  22. .Pp
  23. .Nm
  24. opens the current working directory by default if
  25. .Ar PATH
  26. is not specified.
  27. .Pp
  28. .Nm
  29. supports both vi-like and emacs-like key bindings in the default
  30. configuration. The default key bindings are listed below.
  31. .Pp
  32. .Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact
  33. .It Ic [Up], k, ^P
  34. Move to previous entry
  35. .It Ic [Down], j, ^N
  36. Move to next entry
  37. .It Ic [PgUp], ^U
  38. Scroll up half a page
  39. .It Ic [PgDn], ^D
  40. Scroll down half a page
  41. .It Ic [Home], g, ^, ^A
  42. Move to the first entry
  43. .It Ic [End], G, $, ^E
  44. Move to the last entry
  45. .It Ic [Right], [Enter], l, ^M
  46. Open file or enter directory
  47. .It Ic [Left], [Backspace], h, ^H
  48. Back up one directory level
  49. .It Ic [Insert]
  50. Toggle navigate-as-you-type mode
  51. .It Ic ~
  52. Change to the HOME directory
  53. .It Ic &
  54. Change to initial directory
  55. .It Ic -
  56. Change to the last visited directory
  57. .It Ic /
  58. Change filter (more information below)
  59. .It Ic ^/
  60. Search directory in desktop search tool
  61. .It Ic \&.
  62. Toggle hide .dot files
  63. .It Ic b
  64. Show bookmark key prompt
  65. .It Ic ^B
  66. Pin current dir
  67. .It Ic ^V
  68. Visit pinned dir
  69. .It Ic c
  70. Show change dir prompt
  71. .It Ic d
  72. Toggle detail view
  73. .It Ic D
  74. Show current file details screen
  75. .It Ic m
  76. Show brief media info
  77. .It Ic M
  78. Show full media info
  79. .It Ic n
  80. Create a new file or directory
  81. .It Ic ^R
  82. Rename selected entry
  83. .It Ic s
  84. Toggle sort by file size
  85. .It Ic S
  86. Toggle disk usage analyzer mode
  87. .It Ic t
  88. Toggle sort by time modified
  89. .It Ic \&!
  90. Spawn SHELL in PWD (fallback sh)
  91. .It Ic e
  92. Open current entry in EDITOR (fallback vi)
  93. .It Ic o
  94. Open directory in NNN_DE_FILE_MANAGER
  95. .It Ic p
  96. Open current entry in PAGER (fallback less)
  97. .It Ic F
  98. List files in archive
  99. .It Ic ^X
  100. Extract archive in current directory
  101. .It Ic ^K
  102. Invoke file path copier
  103. .It Ic ^L
  104. Force a redraw, clear rename or filter prompt
  105. .It Ic \&?
  106. Toggle help and settings screen
  107. .It Ic Q
  108. Quit and change directory
  109. .It Ic q, ^Q
  110. Quit
  111. .El
  112. .Pp
  113. Backing up one directory level will set the cursor position at the
  114. directory you came out of.
  115. .Pp
  116. Help & settings, file details, media info and archive listing are shown in the
  117. PAGER. Please use the PAGER-specific keys in these screens.
  118. .Pp
  119. .Nm
  120. supports the following options:
  121. .Pp
  122. .Fl "b key"
  123. specify bookmark key to open
  124. .Pp
  125. .Fl "c N"
  126. specify dir color (default blue), disables if N>7
  127. 0-black, 1-red, 2-green, 3-yellow, 4-blue, 5-magenta, 6-cyan, 7-white
  128. .Pp
  129. .Fl e
  130. use exiftool instead of mediainfo
  131. .Pp
  132. .Fl i
  133. start in navigate-as-you-type mode
  134. .Pp
  135. .Fl l
  136. start in light mode (fewer details)
  137. .Pp
  138. .Fl "p nlay"
  139. path to custom nlay
  140. .Pp
  141. .Fl S
  142. start in disk usage analyzer mode
  143. .Pp
  144. .Fl v
  145. show version and exit
  146. .Pp
  147. .Fl h
  148. show program help and exit
  149. .Sh CONFIGURATION
  150. .Nm
  151. uses \fIxdg-open\fR (on Linux) and \fIopen(1)\fR (on OS X) as the desktop
  152. opener. It invokes
  153. .Pa nlay
  154. to run desktop search utility or screensaver. Read more on
  155. .Pa nlay
  156. at:
  157. .br
  158. .Em https://github.com/jarun/nnn/wiki/all-about-nlay
  159. .Pp
  160. There is no configuration file. Settings work on environment variables. Please
  161. refer to the ENVIRONMENT section below.
  162. .Pp
  163. Configuring
  164. .Nm
  165. to change to the last visited directory on quit requires shell integration in a
  166. few easy steps. Please visit the project page (linked below) for the
  167. instructions.
  168. .Sh FILTERS
  169. Filters support regexes to instantly (search-as-you-type) list the matching
  170. entries in the current directory.
  171. .Pp
  172. There are 3 ways to reset a filter: \fI^L\fR, a search with no matches or an
  173. extra backspace at the filter prompt (like vi).
  174. .Pp
  175. Common examples: If you want to list all matches starting with the filter
  176. expression, start the expression with a
  177. .Pa ^
  178. (caret) symbol. Type
  179. .Pa \.mkv
  180. to list all MKV files.
  181. .Pp
  182. If
  183. .Nm
  184. is invoked as root the default filter will also match hidden files.
  185. .Pp
  186. In the \fInavigate-as-you-type\fR mode directories are opened in filter mode,
  187. allowing continuous navigation. Works best with the \fBarrow keys\fR.
  188. .Sh ENVIRONMENT
  189. The SHELL, EDITOR and PAGER environment variables take precedence
  190. when dealing with the !, e and p commands respectively.
  191. .Pp
  192. \fBNNN_BMS:\fR bookmark string as \fIkey:location\fR pairs (max 10) separated by
  193. \fI;\fR:
  194. .Bd -literal
  195. export NNN_BMS='doc:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/'
  196. .Ed
  197. .Pp
  198. \fBNNN_USE_EDITOR:\fR use EDITOR (preferably CLI, fallback vi) to handle text
  199. files.
  200. .Bd -literal
  201. export NNN_USE_EDITOR=1
  202. .Ed
  203. .Pp
  204. \fBNNN_DE_FILE_MANAGER:\fR set to a desktop file manager to open the current
  205. directory with. E.g.:
  206. .Bd -literal
  207. export NNN_DE_FILE_MANAGER=thunar
  208. .Ed
  209. .Pp
  210. \fBNNN_IDLE_TIMEOUT:\fR set idle timeout (in seconds) to invoke terminal
  211. screensaver.
  212. .Pp
  213. \fBNNN_COPIER:\fR set to a clipboard copier script. For example, on Linux:
  214. .Bd -literal
  215. -------------------------------------
  216. #!/bin/sh
  217. echo -n $1 | xsel --clipboard --input
  218. -------------------------------------
  219. .Ed
  220. .Pp
  221. \fBNNN_NOWAIT:\fR necessary only if nnn blocks while a file is open.
  222. .Bd -literal
  223. export NNN_NOWAIT=1
  224. .Ed
  225. .Sh KNOWN ISSUES
  226. If you are using urxvt you might have to set backspacekey to DEC.
  227. .Sh AUTHORS
  228. .An Lazaros Koromilas Aq Mt lostd@2f30.org ,
  229. .An Dimitris Papastamos Aq Mt sin@2f30.org ,
  230. .An Arun Prakash Jana Aq Mt engineerarun@gmail.com .
  231. .Sh HOME
  232. .Em https://github.com/jarun/nnn