Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

If 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