mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Add image
This commit is contained in:
parent
afdec4a573
commit
727fad3b32
|
@ -10,7 +10,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center"><img src="https://i.imgur.com/MPWpmos.png" /></p>
|
||||
<p align="center"><i>navigate-as-you-type & du analyzer mode</i></p>
|
||||
<p align="center"><i>navigate-as-you-type & du</i></p>
|
||||
|
||||
## Index
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<h1 align="center">nnn plugins</h1>
|
||||
|
||||
<p align="center"><img src="https://i.imgur.com/14iPDIq.png" /></p>
|
||||
<p align="center"><i>image preview with plugin thumb</i></p>
|
||||
|
||||
Plugins extend the capabilities of `nnn`. They 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.
|
||||
|
|
Loading…
Reference in a new issue