Update docs

This commit is contained in:
Arun Prakash Jana 2020-05-06 01:45:04 +05:30
parent 97df7df297
commit 33c4b1e7a2
No known key found for this signature in database
GPG key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- Reverse sort - Reverse sort
- Mimes - Mimes
- Open with desktop opener or specify a custom opener - Open with desktop opener or specify a custom opener
- Preview files with FIFO-based previewer - Preview hovered files in FIFO-based previewer
- Create, list, extract, mount (FUSE based) archives - Create, list, extract, mount (FUSE based) archives
- Option to open all text files in EDITOR - Option to open all text files in EDITOR
- Information - Information

2
nnn.1
View file

@ -410,7 +410,7 @@ separated by \fI;\fR:
.Pp .Pp
\fBNNN_SEL:\fR absolute path to custom selection file. \fBNNN_SEL:\fR absolute path to custom selection file.
.Pp .Pp
\fBNNN_FIFO:\fR path of a named pipe to write current file path: \fBNNN_FIFO:\fR path of a named pipe to write the hovered file path:
.Bd -literal .Bd -literal
export NNN_FIFO='/tmp/nnn.fifo' export NNN_FIFO='/tmp/nnn.fifo'