mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Updated Usage (markdown)
parent
daf117e823
commit
7f8272c946
4
Usage.md
4
Usage.md
|
@ -13,7 +13,7 @@ A curses library with wide char support (e.g. ncursesw), libc and libreadline (o
|
|||
| 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 |
|
||||
| trash-cli | optional | trash files (default: rm) |
|
||||
| gio trash/trash-cli | optional | trash files (default: rm -rf) |
|
||||
| vlock (Linux), bashlock (macOS), lock(1) (BSD), peaclock (Haiku), `$NNN_LOCKER` | optional | lock terminal |
|
||||
| advcpmv (Linux) ([integration](https://github.com/jarun/nnn/wiki/Advanced-use-cases#cp-mv-progress)) | optional | copy, move progress |
|
||||
| fortune | optional | random quotes in help |
|
||||
|
@ -88,7 +88,7 @@ Use plugin `nbak` to backup configuration.
|
|||
| `NNN_FCOLORS='c1e2272e006033f7c6d6abc4'` <sup>4</sup> | file-specific colors |
|
||||
| `NNN_SSHFS='sshfs -o reconnect,idmap=user'` <sup>5</sup> | custom SSHFS cmd |
|
||||
| `NNN_RCLONE='rclone mount --read-only'` <sup>5</sup> | custom rclone cmd |
|
||||
| `NNN_TRASH=1` | use desktop Trash [default: delete] |
|
||||
| `NNN_TRASH=n` (`n=1: trash-cli, n=2: gio trash`) | use desktop Trash [default: delete] |
|
||||
| `NNN_SEL='/tmp/.sel'` | custom selection file |
|
||||
| `NNN_FIFO='/tmp/nnn.fifo'` <sup>6</sup> | FIFO to write hovered file path to |
|
||||
| `NNN_LOCKER='saidar -c'` | terminal locker |
|
||||
|
|
Loading…
Reference in a new issue