KRename/uk: Difference between revisions
Appearance
Updating to match new version of source page |
No edit summary |
||
Line 23: | Line 23: | ||
{|class="tablecenter" style="border:1px solid darkgray;" | |||
|[[Image:Krename3.png|thumb|350px|center|Якщо важлива тема знімків]] | |[[Image:Krename3.png|thumb|350px|center| | ||
Якщо важлива тема знімків]] | |||
|} | |} | ||
Line 52: | Line 53: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== | == Authors == | ||
Dominik Seichter <domseichter AT web.de> | * Original author: Dominik Seichter <domseichter AT web.de> | ||
* Current maintainer: Heiko Becker <heirecka at exherbo dot org> | |||
== | == External links == | ||
* [ | * [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker] | ||
* [http://www. | * [http://www.krename.net/ Homepage] | ||
* [http:// | * [http://www.kde.org.uk/apps/krename/ Article with description and an interview] | ||
* [http://www.krename.net/Documentation.17.0.html | * [http://www.krename.net/Documentation.17.0.html Documentation] | ||
[[Category:Інструменти/uk]] | [[Category:Інструменти/uk]] | ||
[[Category:Керування файлами/uk]] | [[Category:Керування файлами/uk]] |
Revision as of 15:29, 21 January 2018
Програма для пакетного перейменування файлів. |
KRename — універсальна програма KDE для перейменування файлів.
Програма може використовувати метадані, отримані за допомогою додатків до неї, змінювати регістр символів, додавати до назв числа тощо.
Ви зможете перейменовувати тисячі файлів одним натисканням кнопки.
Знімки вікон
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
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:
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>