To extend the capabilities of file manager nnn (https://github.com/jarun/nnn), plugins are introduced. Plugins are scripts with which nnn can communicate 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 filemanager-specific) tasks to the plugins.Plugins can access:
- all files in the directory
- the currently highlighted file
- the current selection
The plugins repo is here: https://github.com/jarun/nnn/tree/master/plugins
Please contribute to the nnn plugins to make it a better file manager.