瀏覽代碼

Update docs

master
Arun Prakash Jana 4 年之前
父節點
當前提交
7086df5c78
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 2 個檔案被更改,包括 3 行新增0 行删除
  1. +1
    -0
      README.md
  2. +2
    -0
      plugins/README.md

+ 1
- 0
README.md 查看文件

@@ -33,6 +33,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- Minimizes screen refresh with fast line redraws
- Tiny binary (typically less than 100KB)
- Portable
- Language-agnostic plugins
- Minimal library deps, easily compilable, tiny binary
- No config file, minimal config with sensible defaults
- Widely available on many packagers


+ 2
- 0
plugins/README.md 查看文件

@@ -10,6 +10,8 @@

Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or binaries) 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.

`nnn` is language-agnostic when it comes to plugins. You can write a plugin in any (scripting) language you are comfortable in!

## Installing plugins

The following command installs or updates (after backup) all plugins:


Loading…
取消
儲存