mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Usage (markdown)
parent
519b4d9958
commit
c0b94b28d7
4
Usage.md
4
Usage.md
|
@ -6,7 +6,7 @@ A curses library with wide char support (e.g. ncursesw), libc and libreadline (o
|
|||
| --- | --- | --- |
|
||||
| xdg-open (Linux), open(1) (macOS), cygstart (Cygwin), open (Haiku) | base | default opener |
|
||||
| file, coreutils (cp, mv, rm), xargs, sed (gnu-sed on macOS) | base | file type, copy, (re)move |
|
||||
| tar, (un)zip [atool/bsdtar for more formats] | base | manage archives |
|
||||
| tar, (un)zip [atool/bsdtar/(un)rar for more formats] | base | manage archives |
|
||||
| archivemount, fusermount(3)/umount (macOS) | optional | (un)mount archives |
|
||||
| sshfs, [rclone](https://rclone.org/), fusermount(3)/umount (macOS) | optional | (un)mount remotes |
|
||||
| gio trash, trash-cli | optional | trash (default: `rm -rf`) |
|
||||
|
@ -98,7 +98,7 @@ Use plugin `nbak` to backup configuration.
|
|||
| `NO_COLOR=1` <sup>8</sup> | disable ANSI color output |
|
||||
|
||||
1. Key-bookmark and key-plugin pairs are listed in the help and config screen (key <kbd>?</kbd>).
|
||||
2. With `atool` or `bsdtar` installed you can have:
|
||||
2. With `atool` or `bsdtar` and `(un)rar` installed you can have:
|
||||
|
||||
export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$"
|
||||
|
||||
|
|
Loading…
Reference in a new issue