KRename/it: 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>


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


== Collegamenti esterni ==
== External links ==
* [http://www.krename.net/ Sito principale]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [http://www.kde.org.uk/apps/krename/ Articolo con descrizione e un'intervista]
* [http://www.krename.net/ Homepage]
* [http://lists.sourceforge.net/lists/listinfo/krename-users Mailing list (inglese e tedesco)]
* [http://www.kde.org.uk/apps/krename/ Article with description and an interview]
* [http://www.krename.net/Documentation.17.0.html Documentazione]
* [http://www.krename.net/Documentation.17.0.html Documentation]


[[Category:Utilità/it]]
[[Category:Utilità/it]]
[[Category:Gestione_file/it]]
[[Category:Gestione_file/it]]

Revision as of 16:30, 13 February 2018

Lokalize
Lokalize
  Un'applicazione per rinominare in serie.

KRename è il coltellino svizzero di KDE per rinominare i file.

Utilizza plugin per far uso dei metadati, ti permette di cambiare tra maiuscolo e minuscolo, aggiungere numeri e molto di più.

Rinominare migliaia di file in una sola volta non è un problema.

Schermate

Scelta delle opzioni nella schermata Nome file


Forse hai bisogno di nomi brevi ed eleganti da aggiungere alla tua pagina web


Magari il soggetto delle istantanee è 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