KRename: Difference between revisions
Heikobecker (talk | contribs) No edit summary |
(Marked this version for translation) |
||
Line 38: | Line 38: | ||
|} | |} | ||
== Build from source == | == Build from source == <!--T:12--> | ||
* Latest release: <code>v4.90.90 (aka 5.0 beta)</code> | * Latest release: <code>v4.90.90 (aka 5.0 beta)</code> | ||
* Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz | * Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz | ||
Line 44: | Line 44: | ||
<!--T:13--> | |||
Dependencies: | Dependencies: | ||
<!--T:14--> | |||
* Qt5 and KF5 | * Qt5 and KF5 | ||
* Exiv2 (optional): http://www.exiv2.org | * Exiv2 (optional): http://www.exiv2.org | ||
Line 53: | Line 55: | ||
<!--T:15--> | |||
Assuming that you have all the dependencies already installed, just do: | Assuming that you have all the dependencies already installed, just do: | ||
<!--T:16--> | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
git clone git://anongit.kde.org/krename.git | git clone git://anongit.kde.org/krename.git |
Revision as of 12:50, 21 January 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:
v4.90.90 (aka 5.0 beta)
- Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz
- Signature: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.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>