aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-02 03:58:09 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-02 04:03:54 +0530
commitc44d5b57bd8eb6bb6ff72fff76adc2129e349aa8 (patch)
treeb224d6dab179e6309530937c6071529c9d2084a7 /README.md
parentc6a5db460f7e6fd72ebebc247fd0ce29403cb0f9 (diff)
downloadnnn-c44d5b57bd8eb6bb6ff72fff76adc2129e349aa8.tar.gz
Update docs, early check for empty files
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b177b70..17d48fd 100644
--- a/README.md
+++ b/README.md
@@ -91,13 +91,13 @@ A curses library with wide char support (e.g. ncursesw), libreadline (optional)
| Dependency | Installation | Operation |
| --- | --- | --- |
-| xdg-open (Linux), open(1) (macOS), cygstart (Cygwin) | base | desktop opener |
+| xdg-open (Linux), open(1) (macOS), cygstart<br>(Cygwin), open (Haiku) | base | desktop opener |
| file, coreutils (cp, mv, rm), xargs | base | file type, copy, move and remove |
| tar, (un)zip [atool/bsdtar for more formats] | base | create, list, extract bzip2, (g)zip, tar |
| archivemount, fusermount(3) | optional | mount, unmount archives |
| sshfs, [rclone](https://rclone.org/), fusermount(3) | optional | mount, unmount remotes |
| trash-cli | optional | trash files (default action: rm) |
-| vlock (Linux), bashlock (macOS), lock(1) (BSD) | optional | terminal locker (fallback: [cmatrix](https://github.com/abishekvashok/cmatrix)) |
+| vlock (Linux), bashlock (macOS), lock(1) (BSD),<br>peaclock (Haiku) | 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 |
| `$VISUAL` (else `$EDITOR`), `$PAGER`, `$SHELL` | optional | fallback vi, less, sh |