1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-26 09:52:12 +03:00

Updated Troubleshooting (markdown)

John Doe 2020-03-11 17:38:38 +05:30
parent 85195295fc
commit b03fb55b38

@ -1,8 +1,8 @@
## Batch rename limitations
The batch-renamer implemented in `nnn` is a very simplified one. It's single-pass - reads the name/path of files iteratively (from a list of source files) and renames/moves them (as specified in the corresponding line number in a list of renamed/destination files). It doesn't handle deletions or perform any pre-parsing to account for rename loops, swaps, replaces, etc.
The in-built batch-renamer implemented in `nnn` is a very simplified one. It's single-pass - reads the name/path of files iteratively (from a list of source files) and renames/moves them (as specified in the corresponding line number in a list of renamed/destination files). It doesn't handle deletions or perform any pre-parsing to account for rename loops, swaps, replaces, etc.
If you need a more powerful batch-renamer, please add `vidir` (from `moreutils`) or `qmv` (from `renameutils`) as a plugin. There's [`vim-renamer`](https://github.com/qpkorr/vim-renamer) too!
If you need a more powerful batch-renamer, install plugins. `nnn` auto-detects and invokes the `batchrenamer` plugin which is feature-complete.
## Broken control keybind