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 61: Line 61:
== External links ==
== External links ==
* [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.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://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 20:10, 20 June 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