mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update docs
This commit is contained in:
parent
0fd6b5c9be
commit
a3019418b1
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
`nnn` is a full-featured file manager for low-end devices and the regular desktop. It's extremely **[light and fast](https://github.com/jarun/nnn/wiki/performance)**.
|
`nnn` is a full-featured file manager for low-end devices and the regular desktop. It's extremely **[light and fast](https://github.com/jarun/nnn/wiki/performance)**.
|
||||||
|
|
||||||
`nnn` is also a disk usage analyzer, a fuzzy app launcher and a batch file renamer. 20+ **[plugins](https://github.com/jarun/nnn/tree/master/plugins)** are available to extend its power. Custom plugins are easy to add.
|
`nnn` is also a disk usage analyzer, a fuzzy app launcher, a batch file renamer and a [(neo)vim picker](https://github.com/mcchrish/nnn.vim). 20+ **[plugins](https://github.com/jarun/nnn/tree/master/plugins)** are available to extend its power. Custom plugins are easy to add.
|
||||||
|
|
||||||
It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows and Termux on Android.
|
It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows and Termux on Android.
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows
|
||||||
- [Hot-plugged drives](#hot-plugged-drives)
|
- [Hot-plugged drives](#hot-plugged-drives)
|
||||||
- [SSHFS mounts](#sshfs-mounts)
|
- [SSHFS mounts](#sshfs-mounts)
|
||||||
- [Help](#help)
|
- [Help](#help)
|
||||||
- [Plugins](#plugins)
|
|
||||||
- [Troubleshooting](#troubleshooting)
|
- [Troubleshooting](#troubleshooting)
|
||||||
- [Tmux configuration](#tmux-configuration)
|
- [Tmux configuration](#tmux-configuration)
|
||||||
- [BSD terminal issue](#bsd-terminal-issue)
|
- [BSD terminal issue](#bsd-terminal-issue)
|
||||||
|
@ -144,7 +143,7 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows
|
||||||
- [CRUX](https://crux.nu/portdb/?a=search&q=nnn) (`prt-get depinst nnn`)
|
- [CRUX](https://crux.nu/portdb/?a=search&q=nnn) (`prt-get depinst nnn`)
|
||||||
- [Debian](https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`)
|
- [Debian](https://packages.debian.org/search?keywords=nnn&searchon=names&exact=1) (`apt-get install nnn`)
|
||||||
- [Fedora](https://apps.fedoraproject.org/packages/nnn) (`dnf install nnn`)
|
- [Fedora](https://apps.fedoraproject.org/packages/nnn) (`dnf install nnn`)
|
||||||
- [FreeBSD](https://www.freshports.org/misc/nnn) (`pkg install nnn`)
|
- [FreeBSD](https://svnweb.freebsd.org/ports/head/misc/nnn/) (`pkg install nnn`)
|
||||||
- [Gentoo](https://packages.gentoo.org/packages/app-misc/nnn) (`emerge nnn`)
|
- [Gentoo](https://packages.gentoo.org/packages/app-misc/nnn) (`emerge nnn`)
|
||||||
- [macOS/Homebrew](http://formulae.brew.sh/formula/nnn) (`brew install nnn`)
|
- [macOS/Homebrew](http://formulae.brew.sh/formula/nnn) (`brew install nnn`)
|
||||||
- [MacPorts](https://www.macports.org/ports.php?by=name&substr=nnn) (`port install nnn`)
|
- [MacPorts](https://www.macports.org/ports.php?by=name&substr=nnn) (`port install nnn`)
|
||||||
|
@ -418,10 +417,6 @@ Notes:
|
||||||
$ man nnn
|
$ man nnn
|
||||||
To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
|
To lookup keyboard shortcuts at runtime, press <kbd>?</kbd>.
|
||||||
|
|
||||||
#### PLUGINS
|
|
||||||
|
|
||||||
To extend the capabilities of `nnn`, [plugins](https://github.com/jarun/nnn/tree/master/plugins) are introduced. Plugins are scripts which `nnn` can communicate with and trigger. This mechanism fits perfectly with the fundamental design to keep the core file manager lean and fast, by delegating repetitive (but not necessarily file manager-specific) tasks to the plugins.
|
|
||||||
|
|
||||||
#### TROUBLESHOOTING
|
#### TROUBLESHOOTING
|
||||||
|
|
||||||
##### Tmux configuration
|
##### Tmux configuration
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
To extend the capabilities of `nnn`, plugins are introduced. Plugins are scripts which `nnn` can communicate with and trigger. This mechanism fits perfectly with the fundamental design to keep the core file manager lean and fast, by delegating repetitive (but not necessarily file manager-specific) tasks to the plugins.
|
||||||
|
|
||||||
|
The currently available plugins are listed below.
|
||||||
|
|
||||||
| Plugin (a-z) | Lang | Deps | Description |
|
| Plugin (a-z) | Lang | Deps | Description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| boom | sh | SMPlayer | Play random music from dir (modify `PLAYER`) |
|
| boom | sh | SMPlayer | Play random music from dir (modify `PLAYER`) |
|
||||||
|
|
Loading…
Reference in a new issue