]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 12 Oct 2019 04:18:58 +0000 (09:48 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 12 Oct 2019 04:50:21 +0000 (10:20 +0530)
README.md

index 8e22db89640b8ce0d6bc43c2b9592c6d76747af4..e4e970c2c3c06cd8ce4f1e7be7c5658da013c390 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Add to that an awesome [Wiki](https://github.com/jarun/nnn/wiki)!
   - *Navigate-as-you-type* with dir auto-select
   - Contexts (_aka_ tabs/workspaces) with configurable colors
   - Bookmarks; pin and visit a directory
-  - Familiar shortcuts (arrows, <kbd>~</kbd>, <kbd>-</kbd>, <kbd>@</kbd>) with quick reference
+  - Familiar shortcuts (arrows, <kbd>~</kbd>, <kbd>-</kbd>, <kbd>@</kbd>), quick reference
   - CD on quit (*easy* shell integration)
 - Sorting
   - Ordered pure numeric names by default (visit _/proc_)
@@ -90,8 +90,8 @@ A curses library with wide char support (e.g. ncursesw), libreadline (`make O_NO
 | 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 |
 | tar, (un)zip [atool/bsdtar for more formats] | base | create, list, extract tar, gzip, bzip2, zip |
-| archivemount | optional | mount archives over FUSE |
-| sshfs, fusermount(3) | optional | mount, unmount over SSHFS |
+| archivemount, fusermount(3) | optional | mount, unmount archives |
+| sshfs, fusermount(3) | optional | mount, unmount remotes |
 | 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/Advanced-use-cases#show-cp-mv-progress)) | optional | copy, move progress |