|
|
@@ -32,6 +32,7 @@ Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. |
|
|
|
| chksum | Create and verify checksums | sh | md5sum,<br>sha256sum | |
|
|
|
| diffs | Diff for selection (limited to 2 for directories) | sh | vimdiff | |
|
|
|
| dragdrop | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) | |
|
|
|
| finder | Run custom find command and list | sh | - | |
|
|
|
| fzcd | Change to the directory of a fuzzy-selected file/dir | sh | fzf/fzy<br>fd/fdfind/find | |
|
|
|
| fzhist | Fuzzy-select a cmd from history, edit in `$EDITOR` and run | sh | fzf/fzy | |
|
|
|
| fzopen | Fuzzy find a file in dir subtree and edit or open | sh | fzf/fzy, xdg-open | |
|
|
@@ -172,7 +173,7 @@ The `ctxcode` indicates the context to change the active directory of. |
|
|
|
|:---:| --- | |
|
|
|
| `1`-`4` | context number | |
|
|
|
| `0` | current context | |
|
|
|
| `+` | next inactive context or current (if all active) | |
|
|
|
| `+` | smart context (next inactive else current) | |
|
|
|
|
|
|
|
The `opcode` indicates the operation type. |
|
|
|
|
|
|
|