]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 16 Jun 2019 17:08:45 +0000 (22:38 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 17 Jun 2019 03:04:05 +0000 (08:34 +0530)
README.md

index dd777f13be5b7d346f0529e035b89ce1d9791908..3b1dfd1f21f36f462ed61d1a93dd2fa903894e3c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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 |