KRename: Difference between revisions

From KDE UserBase Wiki
(Markup edit)
mNo edit summary
(9 intermediate revisions by 4 users not shown)
Line 2: Line 2:


{|class="tablecenter vertical-centered
{|class="tablecenter vertical-centered
|[[Image:KRename.png|48px|left|Lokalize]]||&nbsp;||<translate>'''A batch rename application. '''</translate>
|[[Image:KRename.png|48px|left|Lokalize]]||&nbsp;||<translate><!--T:1-->
'''A batch rename application. '''</translate>
|}
|}
<translate>
<translate>
<!--T:2-->
__TOC__
__TOC__
'''KRename''' is KDE's swiss army knife to rename files.
'''KRename''' is KDE's swiss army knife to rename files.


<!--T:3-->
It uses plugins to make use of meta data, allows you to change cases, add numbers and many more.
It uses plugins to make use of meta data, allows you to change cases, add numbers and many more.


<!--T:4-->
Renaming of thousand files in one run is no problem.
Renaming of thousand files in one run is no problem.


== Screenshots ==
== Screenshots == <!--T:5-->
</translate>
 
<!--T:6-->
{|class="tablecenter" style="border:1px solid darkgray;"
{|class="tablecenter" style="border:1px solid darkgray;"
|[[Image:Krename1.png|thumb|350px|center|<translate>Choosing options in the <menuchoice>Filename</menuchoice> screen</translate>]]
|[[Image:Krename1.png|thumb|350px|center|
Choosing options in the <menuchoice>Filename</menuchoice> screen]]
|}
|}




<!--T:7-->
{|class="tablecenter" style="border:1px solid darkgray;"
{|class="tablecenter" style="border:1px solid darkgray;"
|[[Image:Krename2.png|thumb|350px|center|<translate>Maybe you need short snappy names to add to your web page</translate>]]
|[[Image:Krename2.png|thumb|350px|center|
Maybe you need short snappy names to add to your web page]]
|}
|}




<!--T:8-->
{|class="tablecenter" style="border:1px solid darkgray;"
{|class="tablecenter" style="border:1px solid darkgray;"
|[[Image:Krename3.png|thumb|350px|center|<translate>Perhaps the subject of the snapshots is important</translate>]]
|[[Image:Krename3.png|thumb|350px|center|
Perhaps the subject of the snapshots is important]]
|}
|}
<translate>
== Author ==
Dominik Seichter <domseichter AT web.de>


== External links ==
== 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-->
* Original author: Dominik Seichter <domseichter AT web.de>
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>
 
== External links == <!--T:10-->
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [http://www.krename.net/ Homepage]
* [http://www.krename.net/ Homepage]
* [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]
* [http://lists.sourceforge.net/lists/listinfo/krename-users Mailinglist (english and german)]
* [http://www.krename.net/Documentation.17.0.html Documentation]
* [http://www.krename.net/Documentation.17.0.html Documentation]


<!--T:11-->
[[Category:Utilities]]
[[Category:Utilities]]
[[Category:File Management]]
[[Category:File Management]]
</translate>
</translate>

Revision as of 08:26, 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