From ec9331de176fe51cdbaf27047c0a14040ec88ae3 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 12 Oct 2019 09:48:58 +0530 Subject: [PATCH] Update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e22db89..e4e970c2 100644 --- 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, ~, -, @) with quick reference + - Familiar shortcuts (arrows, ~, -, @), 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 |