KRename/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 31: Line 31:


== Build from source ==
== Build from source ==
* Latest release: <code>v4.90.90 (aka 5.0 beta)</code>
* Latest release: <code>v5.0.0</code> (released on 13th February 2018)
* Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz
* Source tarball: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.tar.xz
* Signature: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz.sig
* Signature: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.tar.xz.sig





Revision as of 16:30, 13 February 2018

Lokalize
Lokalize
  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

Choosing options in the Filename screen


Maybe you need short snappy names to add to your web page


Perhaps the subject of the snapshots is important

Build from source


Dependencies:


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>

External links