mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Usage (markdown)
parent
8612c43f32
commit
ac3fb0d3ee
4
Usage.md
4
Usage.md
|
@ -4,13 +4,13 @@ A curses library with wide char support (e.g. ncursesw), libc and libreadline (o
|
||||||
|
|
||||||
| Utility deps | Install? | Operation |
|
| Utility deps | Install? | Operation |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| xdg-open (Linux), open(1) (macOS), cygstart (Cygwin), open (Haiku) | base | default opener |
|
| 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 |
|
| file, coreutils (cp, mv, rm), xargs, sed (gnu-sed on macOS) | base | file type, copy, (re)move |
|
||||||
| tar, (un)zip [atool/bsdtar/(un)rar 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 |
|
| archivemount, fusermount(3)/umount (macOS) | optional | (un)mount archives |
|
||||||
| sshfs/[rclone](https://rclone.org/), fusermount(3)/umount (macOS) | optional | (un)mount remotes |
|
| sshfs/[rclone](https://rclone.org/), fusermount(3)/umount (macOS) | optional | (un)mount remotes |
|
||||||
| gio trash/trash-cli | optional | trash [default: `rm -rf`] |
|
| gio trash/trash-cli | optional | trash [default: `rm -rf`] |
|
||||||
| vlock (Linux), bashlock (macOS), lock(1) (BSD), peaclock (Haiku) | optional | lock terminal |
|
| vlock (Linux)/bashlock (macOS)/lock(1) (BSD)/peaclock (Haiku) | optional | lock terminal |
|
||||||
| advcpmv (Linux) ([integration](https://github.com/jarun/nnn/wiki/Advanced-use-cases#cp-mv-progress)) | optional | copy, move progress |
|
| advcpmv (Linux) ([integration](https://github.com/jarun/nnn/wiki/Advanced-use-cases#cp-mv-progress)) | optional | copy, move progress |
|
||||||
| `$VISUAL`/`$EDITOR`, `$PAGER`, `$SHELL` | optional | fallback vi, less, sh |
|
| `$VISUAL`/`$EDITOR`, `$PAGER`, `$SHELL` | optional | fallback vi, less, sh |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue