mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update docs
This commit is contained in:
parent
361521b769
commit
54258749e1
10
README.md
10
README.md
|
@ -15,7 +15,7 @@
|
||||||
href="https://github.com/jarun/nnn#features">Features</a>] [<a
|
href="https://github.com/jarun/nnn#features">Features</a>] [<a
|
||||||
href="https://github.com/jarun/nnn#quickstart">Quickstart</a>] [<a
|
href="https://github.com/jarun/nnn#quickstart">Quickstart</a>] [<a
|
||||||
href="https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins">Plugins</a>] [<a
|
href="https://github.com/jarun/nnn/tree/master/plugins#nnn-plugins">Plugins</a>] [<a
|
||||||
href="https://github.com/jarun/nnn/wiki">Documentation</a>]</h3>
|
href="https://github.com/jarun/nnn/wiki">Wiki</a>]</h3>
|
||||||
|
|
||||||
`nnn` (_n³_) is a full-featured terminal file manager. It's tiny and nearly 0-config with an [incredible speed](https://github.com/jarun/nnn/wiki/Performance).
|
`nnn` (_n³_) is a full-featured terminal file manager. It's tiny and nearly 0-config with an [incredible speed](https://github.com/jarun/nnn/wiki/Performance).
|
||||||
|
|
||||||
|
@ -35,6 +35,10 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/embed/AbaauM7gUJw)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
- Quality
|
||||||
|
- Privacy-aware (no unconfirmed user data collection)
|
||||||
|
- POSIX-compliant, follows Linux kernel coding style
|
||||||
|
- Highly optimized, static analysis integrated code
|
||||||
- Frugal
|
- Frugal
|
||||||
- Typically needs less than 3.5MB resident memory
|
- Typically needs less than 3.5MB resident memory
|
||||||
- Works with 8 colors (and xterm 256 colors)
|
- Works with 8 colors (and xterm 256 colors)
|
||||||
|
@ -53,10 +57,6 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/embed/AbaauM7gUJw)
|
||||||
- Widely available on many packagers
|
- Widely available on many packagers
|
||||||
- Touch enabled, comfortable on handhelds too!
|
- Touch enabled, comfortable on handhelds too!
|
||||||
- Unicode support
|
- Unicode support
|
||||||
- Quality
|
|
||||||
- Privacy-aware (no unconfirmed user data collection)
|
|
||||||
- POSIX-compliant, follows Linux kernel coding style
|
|
||||||
- Highly optimized, static analysis integrated code
|
|
||||||
- Modes
|
- Modes
|
||||||
- Light (default), detail
|
- Light (default), detail
|
||||||
- Disk usage analyzer (block/apparent)
|
- Disk usage analyzer (block/apparent)
|
||||||
|
|
1
nnn.1
1
nnn.1
|
@ -526,7 +526,6 @@ separated by \fI;\fR:
|
||||||
\fBNNN_HELP:\fR run a program and show the output on top of the program help page.
|
\fBNNN_HELP:\fR run a program and show the output on top of the program help page.
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
export NNN_HELP='fortune'
|
export NNN_HELP='fortune'
|
||||||
export NNN_HELP='pwy paris'
|
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
\fBNNN_MCLICK:\fR key emulated by a middle mouse click.
|
\fBNNN_MCLICK:\fR key emulated by a middle mouse click.
|
||||||
|
|
Loading…
Reference in a new issue