My build of nnn with minor changes
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

201 рядки
5.0 KiB

  1. .Dd May 12, 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 mediainfo
  70. .It Ic M
  71. Show full mediainfo
  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
  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 l
  105. start in light mode (fewer details)
  106. .Pp
  107. .Fl i
  108. start in navigate-as-you-type mode
  109. .Pp
  110. .Fl "p custom_nlay"
  111. path to custom nlay
  112. .Pp
  113. .Fl S
  114. start in disk usage analyzer mode
  115. .Pp
  116. .Fl v
  117. show version and exit
  118. .Pp
  119. .Fl h
  120. show program help and exit
  121. .Sh CONFIGURATION
  122. .Nm
  123. uses \fIxdg-open\fR (on Linux) and \fIopen(1)\fR (on OS X) as the desktop
  124. opener. It invokes
  125. .Pa nlay
  126. to run desktop search utility or screensaver. Read more on
  127. .Pa nlay
  128. at:
  129. .br
  130. .Em https://github.com/jarun/nnn/wiki/all-about-nlay
  131. .Pp
  132. There is no configuration file. Settings work on environment variables. Please
  133. refer to the ENVIRONMENT section below.
  134. .Pp
  135. Configuring
  136. .Nm
  137. to change to the last visited directory on quit requires shell integration in a
  138. few easy steps. Please visit the project page (linked below) for the
  139. instructions.
  140. .Sh FILTERS
  141. Filters support regexes to instantly (search-as-you-type) list the matching
  142. entries in the current directory.
  143. .Pp
  144. There are 3 ways to reset a filter: \fI^L\fR, a search with no
  145. matches or an extra backspace at the filter prompt (like vi).
  146. .Pp
  147. Common examples: If you want to list all matches starting with the filter
  148. expression, start the expression with a
  149. .Pa ^
  150. (caret) symbol. Type
  151. .Pa \.mkv
  152. to list all MKV files.
  153. .Pp
  154. If
  155. .Nm
  156. is invoked as root the default filter will also match hidden files.
  157. .Pp
  158. In the \fInavigate-as-you-type\fR mode directories are opened in filter mode,
  159. allowing continuous navigation. Works best with the \fBarrow keys\fR.
  160. .Sh ENVIRONMENT
  161. The SHELL, EDITOR and PAGER environment variables take precedence
  162. when dealing with the !, e and p commands respectively.
  163. .Pp
  164. \fBNNN_BMS:\fR bookmark string as \fIkey:location\fR pairs (max 10) separated by
  165. \fI;\fR:
  166. .Bd -literal
  167. export NNN_BMS='doc:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/'
  168. .Ed
  169. .Pp
  170. \fBNNN_USE_EDITOR:\fR use EDITOR (preferably CLI, fallback vi) to handle text
  171. files.
  172. .Bd -literal
  173. export NNN_USE_EDITOR=1
  174. .Ed
  175. .Pp
  176. \fBNNN_DE_FILE_MANAGER:\fR set to a desktop file manager to open the current
  177. directory with. E.g.:
  178. .Bd -literal
  179. export NNN_DE_FILE_MANAGER=thunar
  180. .Ed
  181. .Pp
  182. \fBNNN_IDLE_TIMEOUT:\fR set idle timeout (in seconds) to invoke terminal
  183. screensaver.
  184. .Pp
  185. \fBNNN_COPIER:\fR set to a clipboard copier script. For example, on Linux:
  186. .Bd -literal
  187. -------------------------------------
  188. #!/bin/sh
  189. echo -n $1 | xsel --clipboard --input
  190. -------------------------------------
  191. .Ed
  192. .Sh KNOWN ISSUES
  193. If you are using urxvt you might have to set backspacekey to DEC.
  194. .Sh AUTHORS
  195. .An Lazaros Koromilas Aq Mt lostd@2f30.org ,
  196. .An Dimitris Papastamos Aq Mt sin@2f30.org ,
  197. .An Arun Prakash Jana Aq Mt engineerarun@gmail.com .
  198. .Sh HOME
  199. .Em https://github.com/jarun/nnn