KRename: Difference between revisions

    From KDE UserBase Wiki
    No edit summary
    No edit summary
    Line 68: Line 68:


    == External links == <!--T:10-->
    == 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]



    Revision as of 16:13, 19 January 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