My build of nnn with minor changes
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

199 řádky
5.1 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 nnn
  9. .Op Ar -d
  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 improved desktop integration, customizable media type handler, simplified navigation, navigate-as-you-type mode, 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 gnome-search-tool
  58. .It Ic \&.
  59. Toggle hide .dot files
  60. .It Ic c
  61. Change into the given directory
  62. .It Ic d
  63. Toggle detail view
  64. .It Ic D
  65. Toggle current file details screen
  66. .It Ic m
  67. Show concise mediainfo
  68. .It Ic M
  69. Show full mediainfo
  70. .It Ic s
  71. Toggle sort by file size
  72. .It Ic S
  73. Toggle disk usage analyzer mode
  74. .It Ic t
  75. Toggle sort by time modified
  76. .It Ic \&!
  77. Spawn SHELL in PWD (fallback sh)
  78. .It Ic z
  79. Run the system top utility.
  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 name copier
  88. .It Ic ^L
  89. Force a redraw
  90. .It Ic \&?
  91. Toggle help screen
  92. .It Ic q
  93. Quit
  94. .It Ic Q
  95. Quit and change directory
  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 d
  105. start in detail view mode
  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. invokes
  124. .Pa nlay
  125. to play files recognized by extension. It is a highly customizable bash shell
  126. script which invokes a player depending on the
  127. type of file. Read more on
  128. .Pa nlay
  129. at:
  130. .br
  131. .Em https://github.com/jarun/nnn/wiki/all-about-nlay
  132. .Pp
  133. .Nm
  134. is configured by modifying
  135. .Pa config.def.h
  136. and recompiling the code. config.h is generated as a backup of config.def.h.
  137. .Pp
  138. See the environment and examples sections below for more options and information.
  139. .Pp
  140. Configuring
  141. .Nm
  142. to change to the last visited directory on quit requires shell integration in a
  143. few easy steps. Please visit the project page (linked below) for the
  144. instructions.
  145. .Sh FILTERS
  146. Filters support regexes to display only the matched
  147. entries in the current directory view. This effectively allows
  148. searching through the directory tree for a particular entry. Matching entries
  149. are shown instantly (search-as-you-type).
  150. .Pp
  151. Filters do not stack on top of each other. They are applied anew
  152. every time. There are 4 ways to reset a filter: \fI^L\fR, an empty filter
  153. expression, a search with no results or an extra backspace at the filter prompt
  154. (like vi).
  155. .Pp
  156. If you want to list all matches starting with the filter expression (a common
  157. use case), start the expression with a
  158. .Pa ^
  159. (caret) symbol.
  160. .Pp
  161. If
  162. .Nm
  163. is invoked as root the default filter will also match hidden files.
  164. .Pp
  165. In the \fInavigate-as-you-type mode\fR directories are opened in filter mode,
  166. allowing continuous navigation. Works best with the arrow keys.
  167. .Sh ENVIRONMENT
  168. The SHELL, EDITOR and PAGER environment variables take precedence
  169. when dealing with the !, e and p commands respectively.
  170. .Pp
  171. \fBNNN_DE_FILE_MANAGER:\fR set to a desktop file manager to open the current
  172. directory with.
  173. .Pp
  174. \fBNNN_OPENER:\fR set to your desktop environment's default
  175. mime opener to override all custom mime associations.
  176. .br
  177. Examples: xdg-open, gio open, gvfs-open.
  178. .Pp
  179. \fBNNN_FALLBACK_OPENER:\fR set to your desktop environment's default
  180. mime opener to use as a fallback when no association is set for a file
  181. type. Custom associations are listed in the EXAMPLES section below.
  182. .Pp
  183. \fBNNN_COPIER:\fR set to a clipboard copier script. For example, on Linux:
  184. .Bd -literal
  185. -------------------------------------
  186. #!/bin/sh
  187. echo -n $1 | xsel --clipboard --input
  188. -------------------------------------
  189. .Ed
  190. .Sh KNOWN ISSUES
  191. If you are using urxvt you might have to set backspacekey to DEC.
  192. .Sh AUTHORS
  193. .An Lazaros Koromilas Aq Mt lostd@2f30.org ,
  194. .An Dimitris Papastamos Aq Mt sin@2f30.org ,
  195. .An Arun Prakash Jana Aq Mt engineerarun@gmail.com .
  196. .Sh HOME
  197. .Em https://github.com/jarun/nnn