Siren - a file renamer

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
Rémi
In need of some credit
In need of some credit
Posts: 1
Joined: Thu Oct 04, 2012 3:10 pm

Siren - a file renamer

Post by Rémi »

Hello,

I just want to present you a software I've written using the wxWidgets library (2.9.4).

It's Siren, a file renamer using a "file explorer like" GUI.
It is licensed under GPLv3 and binaries are available for Windows and GNU/Linux.

Image

Image

The new file names are specified using a "rename expression". Its syntax is specific to Siren.
It includes all standard operations :
case modification, string replacement and extraction, regular expression, transliteration, date formating etc.
They can be applied on a lot of information associated to the file (name parts, dates, paths, selection number, checksums etc.) and metadata it might contain.
A lot of different file types are supported : audio, video, standard and raw image, application packages, office, pdf, epub etc.

Main site : http://www.scarabee-software.net
Forum : http://www.scarabee-software.net/forum

Any comments are welcome.

Thanks a lot to the wx developers for their work.
User avatar
wxomer
In need of some credit
In need of some credit
Posts: 1
Joined: Fri Dec 28, 2018 4:22 pm

Re: Siren - a file renamer

Post by wxomer »

How did you do the file browser? and the source code? I want too =D>
Post Reply