diff options
| author | 2019-12-03 21:10:42 +0530 | |
|---|---|---|
| committer | 2019-12-03 21:11:06 +0530 | |
| commit | add789c0020839e6ffa496820bcb09a2d5019171 (patch) | |
| tree | e587ba600b007447195c8391dc8db6f649f72fbd /plugins | |
| parent | 0acd18f9895c3575204ce18b27df2682a9359ec6 (diff) | |
| download | nnn-add789c0020839e6ffa496820bcb09a2d5019171.tar.gz | |
Use common construct for utility names
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md index 86d541c..54b7e4d 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -45,7 +45,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina | pdfview | View PDF file in `$PAGER` | sh | pdftotext/<br>mupdf-tools | | picker | Pick files and list one per line (to pipe) | sh | nnn | | pskill | Fuzzy list by name and kill process or zombie | sh | fzy, sudo/doas | -| renamer | Batch rename files | sh | [qmv](https://www.nongnu.org/renameutils/)/[vidir](https://joeyh.name/code/moreutils/) | +| renamer | Batch rename selection or files in dir | sh | [qmv](https://www.nongnu.org/renameutils/)/[vidir](https://joeyh.name/code/moreutils/) | | ringtone | Create a variable bitrate mp3 ringtone from file | sh | date, ffmpeg | | splitjoin | Split file or join selection | sh | split, cat | | suedit | Edit file using superuser permissions | sh | sudoedit/sudo/doas | |