Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guid75/renamah
A crossplatform batch renamer written in C++/Qt4
https://github.com/guid75/renamah
Last synced: about 1 month ago
JSON representation
A crossplatform batch renamer written in C++/Qt4
- Host: GitHub
- URL: https://github.com/guid75/renamah
- Owner: Guid75
- License: gpl-3.0
- Created: 2009-04-01T11:06:59.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-16T17:10:55.000Z (over 14 years ago)
- Last Synced: 2024-04-15T01:10:37.022Z (9 months ago)
- Language: C++
- Homepage:
- Size: 508 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
--------
WELCOME!
--------Renamah is a(nother) batch renamer written in C++.
The effort is oriented toward:
* ergonomy
* the crossplatform aspect (Qt4)
* modularity (plugin system for filters)Featuring:
* cascading filters: replace, numbering, cutter, case manipulations, etc
* cascading finalizers: launching of a system command for each files, etc
* undo system
* internationalization (French and English for now)--------------------
INSTALL INSTRUCTIONS
--------------------In the renamah root directory, type:
cmake .
make
sudo make installIf you just want to execute renamah from the generated build dir in the source directory, just create an empty file named "dev" beside the binary.
------------
DEPENDENCIES
------------To be successfully compiled, Renamah depends on some libraries:
- libqt4-core
- libqt4-gui
- libqt4-xml------------
THE END WORD
------------You can find Renamah homepage at: http://github.com/Guid75/renamah
Thank you for using it!
Guillaume Denry