nomino icon indicating copy to clipboard operation
nomino copied to clipboard

Batch rename utility for developers

Results 7 nomino issues
Sort by recently updated
recently updated
newest added

It would be great to be able to feed nomino a .txt with a list of files which need renaming (full paths, one path per line).

**Is your feature request related to a problem? Please describe.** I loved `nomino` pragmatic approach to renaming files. But I missing: - Printing output column aligned without table borders/headers/formating -...

enhancement

**Is your feature request related to a problem? Please describe.** I'm downloading torrents and I want them to keep seeding but at the same time I want to have correctly...

enhancement

nomino 1.2.2 on Windows 10 21h2 x64 files in the current dir: 1.txt 2.txt ... 10.txt nomino -tp "(\d+).txt" "{:2}.txt" (not work) nomino -tp "([0-9]+).txt" "{:2}.txt" (works)

I try to rename episode names of a series using a JSON map. When running `nomino`, it returns the following error: ``` $ nomino -ktmp renamed.json error: No such file...

**Is your feature request related to a problem? Please describe.** I was impressed by the benchmark results and gave nomino a try. It looks like nomino needs a regex pattern...