mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Document NNN_TMPFILE
This commit is contained in:
parent
366f49e6b3
commit
88a940dcab
|
@ -21,7 +21,7 @@ Noice is Not Noice, a noicer fork...
|
||||||
|
|
||||||
<p align="center"><i>nnn in action! (Thanks Luke Smith for the video!)</i></a></p>
|
<p align="center"><i>nnn in action! (Thanks Luke Smith for the video!)</i></a></p>
|
||||||
|
|
||||||
`nnn` is probably the [fastest and most lightweight](#comparison) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a unique [navigate-as-you-type](#navigate-as-you-type-mode) mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning, quick notes and much more.
|
`nnn` is probably the [fastest and most lightweight](#comparison) file manager you have ever used. It integrates seamlessly with your DE and favourite GUI utilities, has a smooth _navigate-as-you-type_ mode with auto-select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning, quick notes and much more.
|
||||||
|
|
||||||
Integrate utilities like sxiv (image preview) or fzy (fuzzy subtree search) easily, transfer selected files using lftp or use it as a (neo)vim plugin; `nnn` supports as many scripts as you need! Refer to the [How to](https://github.com/jarun/nnn/wiki/How-to) section on wiki for more details.
|
Integrate utilities like sxiv (image preview) or fzy (fuzzy subtree search) easily, transfer selected files using lftp or use it as a (neo)vim plugin; `nnn` supports as many scripts as you need! Refer to the [How to](https://github.com/jarun/nnn/wiki/How-to) section on wiki for more details.
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows
|
||||||
- [Context-specific color](#context-specific-color)
|
- [Context-specific color](#context-specific-color)
|
||||||
- [Selection](#selection)
|
- [Selection](#selection)
|
||||||
- [Filters](#filters)
|
- [Filters](#filters)
|
||||||
- [Navigate-as-you-type mode](#navigate-as-you-type-mode)
|
- [Navigate-as-you-type](#navigate-as-you-type)
|
||||||
- [File indicators](#file-indicators)
|
- [File indicators](#file-indicators)
|
||||||
- [Utility dependencies](#utility-dependencies)
|
- [Utility dependencies](#utility-dependencies)
|
||||||
- [Help](#help)
|
- [Help](#help)
|
||||||
|
@ -317,7 +317,7 @@ To filter entries by substring match:
|
||||||
|
|
||||||
If `nnn` is invoked as root or the environment variable `NNN_SHOW_HIDDEN` is set the default filter will also match hidden files.
|
If `nnn` is invoked as root or the environment variable `NNN_SHOW_HIDDEN` is set the default filter will also match hidden files.
|
||||||
|
|
||||||
#### Navigate-as-you-type mode
|
#### Navigate-as-you-type
|
||||||
|
|
||||||
In this mode directories are opened in filter mode, allowing continuous navigation. Works best with the **arrow keys**.
|
In this mode directories are opened in filter mode, allowing continuous navigation. Works best with the **arrow keys**.
|
||||||
|
|
||||||
|
|
5
nnn.1
5
nnn.1
|
@ -330,6 +330,11 @@ files.
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_PLAIN_FILTER=1
|
export NNN_PLAIN_FILTER=1
|
||||||
.Ed
|
.Ed
|
||||||
|
.Pp
|
||||||
|
\fBNNN_TMPFILE:\fR when cd on quit is pressed, the absolute path of the current open directory is written to this file. A wrapper script can read this file and cd into it once the program quits.
|
||||||
|
.Bd -literal
|
||||||
|
export NNN_TMPFILE=/tmp/nnn
|
||||||
|
.Ed
|
||||||
.Sh KNOWN ISSUES
|
.Sh KNOWN ISSUES
|
||||||
If you are using urxvt you might have to set backspace key to DEC.
|
If you are using urxvt you might have to set backspace key to DEC.
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
|
|
Loading…
Reference in a new issue