KRename/es: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 29: Line 29:
Tal vez el tema de las imágenes es importante]]
Tal vez el tema de las imágenes es importante]]
|}
|}
== Build from source ==
* 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
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:
<syntaxhighlight lang="bash">
git clone git://anongit.kde.org/krename.git
cd krename
mkdir build && cd build
cmake ..
sudo make install
</syntaxhighlight>


== Authors ==
== Authors ==
Line 59: Line 34:
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>


== External links ==
== More Information ==
* [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 08:50, 21 December 2018

Lokalize
Lokalize
  Una aplicación para cambiar nombres de archivos por lotes.

KRename es la navaja suiza de KDE para cambiar el nombre a archivos.

Utiliza plugins para usar metadatos, te permite cambiar entre mayúsculas y minúsculas, añadir números y mucho más.

Cambiar el nombre de miles de archivos de una sola vez no es ningún problema.

Imágenes

Eligiendo opciones en la pantalla Nombre de archivo


Quizás necesitas nombres más cortos para añadirlos a tu página web


Tal vez el tema de las imágenes es importante

Authors

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

More Information