Updated Troubleshooting (markdown)

John Doe 2020-03-16 05:36:51 +05:30
parent 54b5b41046
commit f91ae36b26

@ -1,8 +1,8 @@
## Batch rename limitations
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 full-featured batch-renamer, install plugins. `nnn` auto-detects and invokes the internal plugin `.nmv` which is feature-complete.
If you need a more powerful batch-renamer, install plugins. `nnn` auto-detects and invokes the internal plugin `.nmv` which is feature-complete.
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.
## Tmux configuration