KRename/fr: Difference between revisions
ChristianW (talk | contribs) (Created page with "Dépendances :") |
ChristianW (talk | contribs) (Created page with "== Captures d"écran ==") |
||
Line 11: | Line 11: | ||
Renommer des milliers de fichiers en une passe n'est pas un problème. | Renommer des milliers de fichiers en une passe n'est pas un problème. | ||
== | == Captures d"écran == | ||
{|class="tablecenter" style="border:1px solid darkgray;" | {|class="tablecenter" style="border:1px solid darkgray;" |
Revision as of 13:30, 6 February 2018
Une application qui fait le renommage en batch. |
KRename is KDE's swiss army knife to rename files.
It uses plugins to make use of meta data, allows you to change cases, add numbers and many more.
Renommer des milliers de fichiers en une passe n'est pas un problème.
Captures d"écran
Build from source
- Latest release:
v4.90.90 (aka 5.0 beta)
- 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
Dépendances :
- 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/
En supposant que vous ayez déja installé toutes les dépendances, faites simplement :
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>