Generation of new file names, including a sequence number. Useful when a requested file name is already in use.
Naming conventions
dupnamegen supports three different naming conventions for generating new file names.
- Windows-like
Foo.zip
→Foo (1).zip
lua-5.4.7.tar.gz
→lua-5.4.7.tar (1).gz
- Firefox-like
Foo.zip
→Foo(1).zip
lua-5.4.7.tar.gz
→lua-5.4.7(1).tar.gz
- Dash-num
Foo.zip
→Foo.zip-1
lua-5.4.7.tar.gz
→lua-5.4.7.tar.gz-1
Change log
The details of changes can always be found in the timeline, but for a high-level view of changes between released versions there's a manually maintained Change Log.
Project Status
dupnamegen is in early development stages.