mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 11:21:27 +00:00
Updated Home (markdown)
parent
5a488b68bd
commit
d31bf182b8
4
Home.md
4
Home.md
|
@ -153,7 +153,7 @@ To edit the selection use the _edit selection_ key. Use this key to remove a fil
|
|||
|
||||
#### File paths in selection to system clipboard
|
||||
|
||||
Use the [program option](https://github.com/jarun/nnn/wiki/Usage#program-options) `-x` to copy selection to the system clipboard. You must have plugins installed.
|
||||
Use the program option `-x` to copy selection to the system clipboard. You must have plugins installed.
|
||||
|
||||
#### Grab file paths in selection manually
|
||||
|
||||
|
@ -190,7 +190,7 @@ There are two ways to search and list:
|
|||
- feed a list of file paths as input
|
||||
- search using a plugin (e.g. `finder`) and list the results
|
||||
|
||||
File paths must be NUL-separated ('\0'). Paths can be relative to the current directory or absolute. Invalid paths in the input are ignored. Input is limited by 65,536 paths or 256 MiB of data.
|
||||
File paths must be NUL-separated ('\0'). Paths can be relative to the current directory or absolute. Invalid paths in the input are ignored. Input limit is 65,536 paths or 256 MiB of data.
|
||||
|
||||
To list the input stream, start `nnn` by writing to its standard input. E.g., to list files in current directory larger than 1M:
|
||||
|
||||
|
|
Loading…
Reference in a new issue