mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Update docs
This commit is contained in:
parent
c820e0c9f9
commit
b12a27fc83
2 changed files with 4 additions and 2 deletions
|
@ -97,7 +97,7 @@ Have fun with it! Missing a feature? Want to contribute? Head to the rolling [To
|
||||||
- Open with desktop opener (default) or specify a custom app
|
- Open with desktop opener (default) or specify a custom app
|
||||||
- Create, list and extract archives (needs atool/patool)
|
- Create, list and extract archives (needs atool/patool)
|
||||||
- Optionally open text files in EDITOR (fallback vi)
|
- Optionally open text files in EDITOR (fallback vi)
|
||||||
- Customizable script [nlay](https://github.com/jarun/nnn/wiki/all-about-nlay) to handle actions (sparsely used)
|
- Customizable script to handle actions (sparsely used)
|
||||||
- Information
|
- Information
|
||||||
- Detailed stat-like file information
|
- Detailed stat-like file information
|
||||||
- Media information (needs mediainfo or exiftool, if specified)
|
- Media information (needs mediainfo or exiftool, if specified)
|
||||||
|
@ -322,6 +322,8 @@ The following indicators are used in the detail view:
|
||||||
export NNN_DE_FILE_MANAGER=thunar
|
export NNN_DE_FILE_MANAGER=thunar
|
||||||
export NNN_DE_FILE_MANAGER=nautilus
|
export NNN_DE_FILE_MANAGER=nautilus
|
||||||
|
|
||||||
|
Customizable script [nlay](https://github.com/jarun/nnn/wiki/all-about-nlay) is used to run desktop search utility and terminal locker.
|
||||||
|
|
||||||
#### Help
|
#### Help
|
||||||
|
|
||||||
$ nnn -h
|
$ nnn -h
|
||||||
|
|
2
nnn.1
2
nnn.1
|
@ -170,7 +170,7 @@ supports the following options:
|
||||||
uses \fIxdg-open\fR (on Linux) and \fIopen(1)\fR (on OS X) as the desktop
|
uses \fIxdg-open\fR (on Linux) and \fIopen(1)\fR (on OS X) as the desktop
|
||||||
opener. It invokes
|
opener. It invokes
|
||||||
.Pa nlay
|
.Pa nlay
|
||||||
to run desktop search utility or screensaver. Read more on
|
to run desktop search utility or terminal locker. Read more on
|
||||||
.Pa nlay
|
.Pa nlay
|
||||||
at:
|
at:
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Add table
Reference in a new issue