KRename: Difference between revisions

From KDE UserBase Wiki
(Remove links to old homepage and old & no-longer-present documentation)
m (Remove build instruction (build instruction are only needed in the readme) and add external links)
Line 37: Line 37:
Perhaps the subject of the snapshots is important]]
Perhaps the subject of the snapshots is important]]
|}
|}
== Build from source == <!--T:12-->
* Latest release: <code>v5.0.0</code> (released on 13th February 2018)
* Source tarball: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.tar.xz
* Signature: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.tar.xz.sig
<!--T:13-->
Dependencies:
<!--T:14-->
* 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/
<!--T:15-->
Assuming that you have all the dependencies already installed, just do:
<!--T:16-->
<syntaxhighlight lang="bash">
git clone git://anongit.kde.org/krename.git
cd krename
mkdir build && cd build
cmake ..
sudo make install
</syntaxhighlight>


== Authors == <!--T:9-->
== Authors == <!--T:9-->
Line 71: Line 42:
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>


== External links == <!--T:10-->
== More Information == <!--T:10-->
* [http://www.krename.net/home/ Krename website]
* [https://phabricator.kde.org/source/krename/ Git repo]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [http://www.kde.org.uk/apps/krename/ Article with description and an interview]
* [http://www.kde.org.uk/apps/krename/ Article with description and an interview]

Revision as of 13:30, 19 December 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

Authors

  • Original author: Dominik Seichter <domseichter AT web.de>
  • Current maintainer: Heiko Becker <heirecka at exherbo dot org>

More Information