mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update readme
This commit is contained in:
parent
b29d898350
commit
6dfea38999
|
@ -9,8 +9,8 @@
|
|||
<a href="https://github.com/jarun/nnn/blob/master/LICENSE"><img src="https://img.shields.io/badge/©-BSD%202--Clause-important.svg?maxAge=2592000" alt="License" /></a>
|
||||
</p>
|
||||
|
||||
<p align="center"><a href="https://asciinema.org/a/353811"><img src="https://i.imgur.com/InHB5DB.png" /></a></p>
|
||||
<p align="center"><i>icons and colors asciicast</i></p>
|
||||
<p align="center"><a href="https://s4.gifyu.com/images/previewtuidemo.gif"><img src="https://i.imgur.com/q8J5tzk.png"></a></p>
|
||||
<p align="center"><i>nnn in action</i></p>
|
||||
|
||||
<h3 align="center">[<a
|
||||
href="https://github.com/jarun/nnn#features">Features</a>] [<a
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
<p align="center"><img src="https://i.imgur.com/SpT0L2W.png" /></p>
|
||||
<p align="center"><i>read ebooks with plugin gutenread (Android)</i></p>
|
||||
|
||||
<p align="center"><a href="https://s4.gifyu.com/images/previewtuidemo.gif"><img src="https://i.imgur.com/q8J5tzk.png" width="734"></a></p>
|
||||
<p align="center"><i>Live Previews</i></p>
|
||||
|
||||
## Introduction
|
||||
|
||||
Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or binaries) `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 which can be run with custom hotkeys.
|
||||
|
|
Loading…
Reference in a new issue