KRename: Difference between revisions
(Marked this version for translation) |
Heikobecker (talk | contribs) No edit summary |
||
Line 39: | Line 39: | ||
== Build from source == <!--T:12--> | == Build from source == <!--T:12--> | ||
* Latest release: <code> | * Latest release: <code>v5.0.0</code> (released on 13th February 2018) | ||
* Source tarball: https://download.kde.org/ | * Source tarball: https://download.kde.org/stable/krename/5.0.0/krename-5.0.0.tar.xz | ||
* Signature: https://download.kde.org/ | * Signature: https://download.kde.org/stable/krename/5.0.0/krename-5.0.0.tar.xz.sig | ||
Revision as of 08:23, 13 February 2018
A batch rename application. |
KRename is KDE's swiss army knife to rename files.
It uses plugins to make use of meta data, allows you to change cases, add numbers and many more.
Renaming of thousand files in one run is no problem.
Screenshots
Build from source
- Latest release:
v5.0.0
(released on 13th February 2018) - Source tarball: https://download.kde.org/stable/krename/5.0.0/krename-5.0.0.tar.xz
- Signature: https://download.kde.org/stable/krename/5.0.0/krename-5.0.0.tar.xz.sig
Dependencies:
- Qt5 and KF5
- Exiv2 (optional): http://www.exiv2.org
- Freetype (optional): https://www.freetype.org/
- PoDoFo (optional): http://podofo.sourceforge.net/
- Taglib (optional): https://taglib.github.io/
Assuming that you have all the dependencies already installed, just do:
git clone git://anongit.kde.org/krename.git
cd krename
mkdir build && cd build
cmake ..
sudo make install
Authors
- Original author: Dominik Seichter <domseichter AT web.de>
- Current maintainer: Heiko Becker <heirecka at exherbo dot org>