mirror of
https://github.com/jarun/nnn.git
synced 2024-11-29 22:57:57 +03:00
Updated Troubleshooting (markdown)
parent
daf0b61d24
commit
7869e3c253
@ -1,6 +1,6 @@
|
|||||||
## Batch rename limitations
|
## Batch rename limitations
|
||||||
|
|
||||||
If you need a full-featured batch-renamer, install plugins. `nnn` auto-detects and invokes the internal plugin `.nmv` (in bash script) which is feature-complete.
|
If you need a full-featured batch-renamer, install plugins. `nnn` auto-detects and invokes the internal plugin `.nmv` (a bash script) 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user