From 34a438ff4edcb5f8323204b89683948f1793392c Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Sun, 27 Sep 2020 02:12:42 +0530 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Usage.md b/Usage.md index 83a212e..7f047f4 100644 --- a/Usage.md +++ b/Usage.md @@ -1,15 +1,11 @@ -## Installation - -_**TL;DR:** Can't install packages? Get the statically linked binary from the [latest release](https://github.com/jarun/nnn/releases/latest)._ - -#### Dependencies +## Dependencies A curses library with wide char support (e.g. ncursesw), libc and libreadline (optional). | Utility deps | Install? | Operation | | --- | --- | --- | | xdg-open (Linux), open(1) (macOS), cygstart (Cygwin), open (Haiku) | base | default opener | -| file, coreutils (cp, mv, rm), xargs | base | file type, copy, (re)move | +| file, coreutils (cp, mv, rm), xargs, sed | base | file type, copy, (re)move | | tar, (un)zip [atool/bsdtar for more formats] | base | create, list, extract bzip2, (g)zip, tar | | archivemount, fusermount(3)/umount (macOS) | optional | (un)mount archives | | sshfs, [rclone](https://rclone.org/), fusermount(3)/umount (macOS) | optional | (un)mount remotes | @@ -19,6 +15,10 @@ A curses library with wide char support (e.g. ncursesw), libc and libreadline (o | fortune | optional | random quotes in help | | `$VISUAL` (else `$EDITOR`), `$PAGER`, `$SHELL` | optional | fallback vi, less, sh | +## Installation + +_**TL;DR:** Can't install packages? Get the statically linked binary from the [latest release](https://github.com/jarun/nnn/releases/latest)._ + #### From a package manager
Packaging status (expand)