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




Line 55: Line 55:
</syntaxhighlight>
</syntaxhighlight>


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


== Enlaces externos ==
== External links ==
* [http://www.krename.net/ Página principal]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [http://www.kde.org.uk/apps/krename/ Artículo con descripción y una entrevista]
* [http://www.krename.net/ Homepage]
* [http://lists.sourceforge.net/lists/listinfo/krename-users Lista de correo (inglés y alemán)]
* [http://www.kde.org.uk/apps/krename/ Article with description and an interview]
* [http://www.krename.net/Documentation.17.0.html Documentación]
* [http://www.krename.net/Documentation.17.0.html Documentation]


[[Category:Utilidades/es]]
[[Category:Utilidades/es]]
[[Category:Administración de Archivos/es]]
[[Category:Administración de Archivos/es]]

Revision as of 16:30, 13 February 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

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