Updated Home (markdown)

Jana 2020-06-11 11:07:58 +05:30
parent 5a488b68bd
commit d31bf182b8
1 changed files with 2 additions and 2 deletions

@ -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: