Updated Usage (markdown)

Mischievous Meerkat 2020-09-27 02:12:42 +05:30
parent cd38ab03a8
commit 34a438ff4e
1 changed files with 6 additions and 6 deletions

@ -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
<details><summary>Packaging status (expand)