KRename/ro: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
Line 29: Line 29:
Probabil că subiectul instantaneelor este important]]
Probabil că subiectul instantaneelor este important]]
|}
|}
== Build from source ==
* Latest release: <code>v4.90.90 (aka 5.0 beta)</code>
* Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz
* Signature: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.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>


== Autor ==
== Autor ==
Dominik Seichter <domseichter AT web.de>  
Dominik Seichter <domseichter AT web.de>


== Legături externe ==
== External links ==
* [http://www.krename.net/ Pagina de început]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [http://www.kde.org.uk/apps/krename/ Articol cu descriere și un interviu]
* [http://www.krename.net/ Homepage]
* [http://lists.sourceforge.net/lists/listinfo/krename-users Listă de discuții (englez și german)]
* [http://www.kde.org.uk/apps/krename/ Article with description and an interview]
* [http://www.krename.net/Documentation.17.0.html Documentație]
* [http://www.krename.net/Documentation.17.0.html Documentation]


[[Category:Utilități/ro]]
[[Category:Utilități/ro]]
[[Category:Gestionarea Fișierelor/ro]]
[[Category:Gestionarea Fișierelor/ro]]

Revision as of 13:00, 21 January 2018

Lokalize
Lokalize
  O aplicație de redenumire a seriei.

KRename este cuțitul armatei elvețiene a KDE-ului pentru a redenumi fișiere.

Utilizează plugin-uri pentru a face uz de meta dată, vă permite să schimbați cazuri, să adăugați numere și multe altele.

Redenumirea a mii de fișiere o singură dată nu e nici o problemă.

Imagini

Alegerea opțiunilor în ecranul Filename


Poate aveți nevoie de nume mai scurte pentru a adăuga la pagina dumneavoastră web


Probabil că subiectul instantaneelor este 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

Autor

Dominik Seichter <domseichter AT web.de>

External links