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.
 
 
 
 
 
 

207 lines
5.1 KiB

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