KRename/zh-tw: Difference between revisions
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 61: | Line 61: | ||
== External links == | == External links == | ||
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker] | * [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker] | ||
* [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] | ||
[[Category:工具/zh-tw]] | [[Category:工具/zh-tw]] | ||
[[Category:檔案管理/zh-tw]] | [[Category:檔案管理/zh-tw]] |
Revision as of 20:10, 20 June 2018
一個批量重命名程式。 |
KRename 是 KDE 重命名檔案的瑞士軍刀(譯者註:這年頭是個工具都標榜自己是瑞士軍刀。。。)。
它使用 KDE 外挂利用元數據(Metadata),可以改變 cases,添加數字等等。
一次重命名千個檔案不是問題。
截圖
Build from source
- Latest release:
v5.0.0
(released on 13th February 2018) - Source tarball: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.tar.xz
- Signature: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.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>