KRename/bg: Difference between revisions
(Created page with "Category:Удобства/bg Category:Работа с файлове/bg") |
(Updating to match new version of source page) |
||
Line 30: | Line 30: | ||
|} | |} | ||
== | == 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> | |||
== Authors == | |||
* 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.krename.net/ Homepage] | * [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] | * [http://www.krename.net/Documentation.17.0.html Documentation] | ||
[[Category:Удобства/bg]] | [[Category:Удобства/bg]] | ||
[[Category:Работа с файлове/bg]] | [[Category:Работа с файлове/bg]] |
Revision as of 13:00, 21 January 2018
KRename е като швейцарското ножче на KDE за преименуване на файлове. |
KRename е като швейцарското ножче на KDE за преименуване на файлове.
Тя използва приставки да се възползва от meta data, която позволява да промените случаи, добавяте номера и много други.
Преименуването на хиляди файлове става с един "running" на програмата
Screenshots
↓ {|class="tablecenter" style="border:1px solid darkgray;"
|
|}
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>