diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-02-24 19:46:58 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-02-24 19:46:58 +0530 |
commit | ee733a39b1f82088d607d72b0ab492770a723845 (patch) | |
tree | 456a51f9fdb5c4511164667215cb76315f37fbec /README.md | |
parent | 63512152df2b98fc1b1192e7f028afd4bfb87057 (diff) | |
download | nnn-ee733a39b1f82088d607d72b0ab492770a723845.tar.gz |
Support batch file rename in vidir
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -109,6 +109,7 @@ Have fun with it! PRs are welcome. Check out [#1](https://github.com/jarun/nnn/i - Sort by file name, modification time, size - Convenience - Create, rename files and directories + - Batch rename current directory entries in vidir (from moreutils) - Spawn SHELL (fallback sh) in the current directory - Copy absolute file paths with/without X (*easy* shell integration) - Change directory at exit (*easy* shell integration) @@ -238,6 +239,7 @@ optional arguments: M | Full media info n | Create new ^R | Rename entry + R | Rename dir entries s | Toggle sort by size S, ^J | Toggle du mode t | Toggle sort by mtime @@ -303,6 +305,7 @@ The following abbreviations are used in the detail view: export NNN_DE_FILE_MANAGER=nautilus - [mediainfo](https://mediaarea.net/en/MediaInfo) (or [exiftool](https://sno.phy.queensu.ca/~phil/exiftool/), if specified) is required to view media information - [atool](http://www.nongnu.org/atool/) is required to list and extract archives +- vidir from [moreutils](https://joeyh.name/code/moreutils/) is used to batch rename entries in current directory #### Help |