|
|
@@ -101,7 +101,7 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows |
|
|
|
- Create, rename files and directories |
|
|
|
- Select files across dirs; all/range selection |
|
|
|
- Copy, move, delete, archive selection |
|
|
|
- Freedeskp compliant trash (needs trash-cli) |
|
|
|
- FreeDesktop compliant trash (needs trash-cli) |
|
|
|
- Show copy, move progress on Linux (needs avdcpmv) |
|
|
|
- Create sym/hard link(s) to selection |
|
|
|
- Transfer files using lftp |
|
|
@@ -136,7 +136,7 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows |
|
|
|
| xdg-open (Linux), open(1) (macOS), cygstart (Cygwin) | desktop opener | |
|
|
|
| file | determine file type | |
|
|
|
| coreutils (cp, mv, rm), findutils (xargs) | copy, move and remove files | |
|
|
|
| trash-cli | trash files instead of delete | |
|
|
|
| trash-cli | trash files (instead of delete) | |
|
|
|
| mediainfo or exiftool | multimedia file details | |
|
|
|
| atool, patool ([integration](https://github.com/jarun/nnn/wiki/How-to#integrate-patool)) | create, list and extract archives | |
|
|
|
| vidir (from moreutils) | batch rename dir entries | |
|
|
@@ -378,7 +378,7 @@ The following indicators are used in the detail view: |
|
|
|
| `NNN_NO_AUTOSELECT=1` | do not auto-select matching dir in _nav-as-you-type` mode | |
|
|
|
| `NNN_RESTRICT_NAV_OPEN=1` | open files on <kbd> ↵</kbd>, not <kbd>→</kbd> or <kbd>l</kbd> | |
|
|
|
| `NNN_RESTRICT_0B=1` | do not open 0-byte files | |
|
|
|
| `NNN_TRASH=1` | trash (instead of _delete_) files to desktop Trash | |
|
|
|
| `NNN_TRASH=1` | trash files to the desktop Trash [default: delete] | |
|
|
|
| `NNN_CP_MV_PROG=1` | show copy, move progress on Linux | |
|
|
|
|
|
|
|
#### Help |
|
|
|