nomino icon indicating copy to clipboard operation
nomino copied to clipboard

\d not works on Windows

Open jack6th opened this issue 2 years ago • 1 comments

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)

jack6th avatar Sep 22 '22 21:09 jack6th

Clearly this utility is NOT designed for Windows. I tried it on Windows, and it completely destroyed all my file names in many unexpected ways. Switched to Linux and everything worked like a charm. I am running Debian WSL and installed it from source. Just press Shift and right click empty area in Explorer and there will be a menu item called "Open Linux shell here".

whc2001 avatar Jan 03 '23 17:01 whc2001