diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-06-16 22:38:45 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-06-17 08:34:05 +0530 |
commit | 9bf86899f35a5202298d680bfe4320e36b7745bc (patch) | |
tree | 5f3115c66935c552dbc4f0f74fb90a47a7336e48 | |
parent | 794a0e27091b63f997fc829d0288cde5a4a2edbd (diff) | |
download | nnn-9bf86899f35a5202298d680bfe4320e36b7745bc.tar.gz |
Update docs
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,10 +129,10 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows | --- | --- | --- | | xdg-open (Linux), open(1) (macOS), cygstart (Cygwin) | base | desktop opener | | file, coreutils (cp, mv, rm), findutils (xargs) | base | file type, copy, move and remove | -| atool / bsdtar / patool ([integration](https://github.com/jarun/nnn/wiki/hacking-nnn#integrate-patool)) | needed | create, list and extract archives | +| atool / bsdtar | needed | create, list and extract archives | | mediainfo / exiftool | if needed | multimedia file details | -| trash-cli | optional | trash files (default action: delete) | | sshfs, fusermount(3) | if needed | mount, unmount over SSHFS | +| trash-cli | optional | trash files (default action: delete) | | vlock (Linux), bashlock (macOS), lock(1) (BSD) | optional | terminal locker (fallback: [cmatrix](https://github.com/abishekvashok/cmatrix)) | | advcpmv (Linux) ([integration](https://github.com/jarun/nnn/wiki/hacking-nnn#show-cp-mv-progress)) | optional | copy, move progress | | `$VISUAL` (else `$EDITOR`), `$PAGER`, `$SHELL` | optional | fallback vi, less, sh | |