KRename/zh-tw: Difference between revisions

From KDE UserBase Wiki
mNo edit summary
(Updating to match new version of source page)
Line 29: Line 29:
或許截圖的標題很重要]]
或許截圖的標題很重要]]
|}
|}
== 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>


== 作者 ==
== 作者 ==
Dominik Seichter <domseichter AT web.de>  
Dominik Seichter <domseichter AT web.de>


== 外部鏈接 ==
== External links ==
* [http://www.krename.net/ 首頁]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [http://www.kde.org.uk/apps/krename/ 介紹和概述該軟體]
* [http://www.krename.net/ Homepage]
* [http://lists.sourceforge.net/lists/listinfo/krename-users 郵件列表(英文和德文)]
* [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:工具/zh-tw]]
[[Category:工具/zh-tw]]
[[Category:檔案管理/zh-tw]]
[[Category:檔案管理/zh-tw]]

Revision as of 13:00, 21 January 2018

Lokalize
Lokalize
  一個批量重命名程式。

KRename 是 KDE 重命名檔案的瑞士軍刀(譯者註:這年頭是個工具都標榜自己是瑞士軍刀。。。)。

它使用 KDE 外挂利用元數據(Metadata),可以改變 cases,添加數字等等。

一次重命名千個檔案不是問題。

截圖

檔案名界面選項


或許你需要縮短文件名以便放進網頁中


或許截圖的標題很重要

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

作者

Dominik Seichter <domseichter AT web.de>

External links