/ _ \ / _ \/__\ ___ _ __ __ _ _ __ ___ ___ / /_\// /_)/ \/// _ \ '_ \ / _` | '_ ` _ \ / _ \ / /_\\/ ___/ _ \ __/ | | | (_| | | | | | | __/ \____/\/ \/ \_/\___|_| |_|\__,_|_| |_| |_|\___|
GPRename is a complete batch renamer for file and directory for Linux. GPRename is licensed under the terms of the GNU General Public Licence. Mailing list : gprename-users@lists.sourceforge.net
Contents
1. Installation
2. Changelog
3. FAQ
4. Help wanted
5. Credits
6. To do
1. Installation
Requirements : Perl and GTK-Perl Download : http://sourceforge.net/project/showfiles.php?group_id=40094
Extract GPRename : tar xvjf gprename-x.tar.bz2
Switch to root : su
Install GPRename : sh gprename-install.sh
Run GPRename : gprename
GPRename will be installed in : /usr/local/share/gprename The command to run it will be at : /usr/local/bin/gprename
2. Changelog
GPRename 1.7 2006-04-26 - Zurd
Modified Install script for compatibility with Gentoo's ebuild
GPRename 1.6 2006-02-27 - Zurd
Added Warning message box if a file already exist before renaming it Fixed Bug #1095489 that would overwrite files
GPRename 1.5 2006-02-24 - Zurd
Modified Languages file, README, install script, website, tips Added Can now add text at the end with a checkbox
GPRename 1.4 2006-02-22 - Zurd
Modified Languages files, they now all have a standard. Some string in it are labeled 'x', since I can't translate them. Modified install.sh : Automatic install so the Gentoo's ebuild can be done more easily. Added uninstall.sh : to easily uninstall GPRename completely
GPRename 1.3 2006-01-27 - Zurd
Modified About dialog Modified The insert radio button is now the default Fixed Bug with directory with spaces not selected after opening GPRename Added Tooltip for the Insert radio button Added Option to use the preview button or not Added Option to automatically trim spaces at the beginning Added Option to rename files recursively
GPRename 1.24 2004-06-23 - Tristesse
Added Polish language, thanks Bartlomiej Grodek
GPRename 1.23 2004-03-18 - Tristesse
Fixed Language title so that it is translated in all language Fixed Bug where 2 directories were selected at the opening
GPRename 1.22 2004-03-16 - Zurd
Modified Disable the undo button when it can't be used Modified Set default focus on the 'Close' button in a Dialog Fixed A bug, now the starting directory will be deselected when another directory is selected
GPRename 1.21 2004-03-14 - Zurd
Added Spanish language, thanks Martintxo Re-Added Select the start directory in the tree
GPRename 1.20 2004-03-13 - Tristesse
Added Window icon (designed by nestor di) Added Language selection menu Added Chinese translation
GPRename 1.11 2004-03-07 - Zurd
Added Some tooltips for a better understanding of some options Modified Location of some widget, looks better now
GPRename 1.10 2004-03-03 - Zurd
Modified All the widgets on the four tabs at the bottom, takes now less space and there is more space available for the tree and the file/dir list
GPRename 1.00 2004-02-25 - Zurd
Added Renaming directory Added French translation Added Combo box "Do not keep existing filenames" in the numerical section Added The GPRename logo in ASCII ;-) Fixed A bug, now gprename can better change case on a vfat partition Fixed A bug, now gprename can use a dot in the First Letter Case Change Fixed A bug, now gprename can open in 640x480 and a user can close the window Modified Installation file, cleaned it and it is now asking for a language to use Modified Opening directory, either the current directory or the first argument Removed Size and Modified time shown in gprename Removed Chinese translation, too much new labels and I don't know chinese
GPRename 0.92 2002-05-22 - Tristesse
Everything else, thanks a lot Tristesse! ;-)
3. FAQ
Why can't I change the case of some files/directory ? If you are trying to rename them on a vfat (FAT32) partition there's a limit, you can only change the case when there is more than 8 characters. It is a limitation of the vfat partition and nothing can be done about it.
Why can't I go in an hidden directory or why can't I see an hidden file? This is a limitation of the GTK-Perl code, on the other hand, these kind of directories and files are usually used for configurations and should not be modified.
How can I change the fonts in GPRename ? I personally like having the courier font when renaming files. To do so, create ~/.gtkrc.mine and add this in it : style "user-font" { font="-adobe-courier-bold-r-*-*-14-*-*-*-*-*-iso8859-1" } widget_class "*" style "user-font"
4. Help wanted
Translation :
Download GPRename, extract it and go into the languages directory.
Copy one of the file, translate it and send it on the mailing list at :
gprename-users@lists.sourceforge.net
Package :
Porting GPRename to a Debian package.
5. Credits
Author
Tristesse
Contributors
Dominik Fretz : Patch
Duane Toler : Bug reports
Marcin Juszkiewicz : Debian package
nestor di : Logo and icons
Petter Sundlöf : Start script
Zurd : Enhancements, bugs fixes, website
6. To do
Switch from gtk-perl to gtk-perl-2
refactor code to achieve object oriented programming
showing example about the Regular expression in the Tips section To learn Perl regular expressions, type 'man perlretut' or 'man perlre' at the command line. You can also find the same documentations on Perldoc.com.
Adding a real-time preview option
