mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add xargs as external dep
This commit is contained in:
parent
eb4b8cfaa2
commit
052cd282f4
|
@ -53,7 +53,7 @@ It runs on Linux, OS X, Raspberry Pi, Cygwin, Linux subsystem for Windows and Te
|
||||||
- [Filters](#filters)
|
- [Filters](#filters)
|
||||||
- [Navigate-as-you-type mode](#navigate-as-you-type-mode)
|
- [Navigate-as-you-type mode](#navigate-as-you-type-mode)
|
||||||
- [File indicators](#file-indicators)
|
- [File indicators](#file-indicators)
|
||||||
- [File handling](#file-handling)
|
- [Utility dependencies](#utility-dependencies)
|
||||||
- [Help](#help)
|
- [Help](#help)
|
||||||
- [Quickstart](#quickstart)
|
- [Quickstart](#quickstart)
|
||||||
- [How to](#how-to)
|
- [How to](#how-to)
|
||||||
|
@ -314,13 +314,13 @@ The following indicators are used in the detail view:
|
||||||
| `b` | Block Device |
|
| `b` | Block Device |
|
||||||
| `c` | Character Device |
|
| `c` | Character Device |
|
||||||
|
|
||||||
#### File handling
|
#### Utility dependencies
|
||||||
|
|
||||||
| External dependency | Operation |
|
| External dependency | Operation |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| xdg-open (Linux), open(1) (OS X), cygstart (Cygwin) | desktop opener |
|
| xdg-open (Linux), open(1) (OS X), cygstart (Cygwin) | desktop opener |
|
||||||
| file | determine file type |
|
| file | determine file type |
|
||||||
| cp, mv, rm | copy, move and remove files |
|
| cp, mv, rm, xargs (from findutils) | copy, move and remove files |
|
||||||
| mediainfo, exiftool | multimedia file details |
|
| mediainfo, exiftool | multimedia file details |
|
||||||
| atool, patool ([integration](#integrate-patool)) | create, list and extract archives |
|
| atool, patool ([integration](#integrate-patool)) | create, list and extract archives |
|
||||||
| vidir (from moreutils) | batch rename, move, delete dir entries |
|
| vidir (from moreutils) | batch rename, move, delete dir entries |
|
||||||
|
|
Loading…
Reference in a new issue