KRename/zh-tw: Difference between revisions
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 == | ||
* [ | * [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:工具/zh-tw]] | [[Category:工具/zh-tw]] | ||
[[Category:檔案管理/zh-tw]] | [[Category:檔案管理/zh-tw]] |
Revision as of 13:00, 21 January 2018
一個批量重命名程式。 |
KRename 是 KDE 重命名檔案的瑞士軍刀(譯者註:這年頭是個工具都標榜自己是瑞士軍刀。。。)。
它使用 KDE 外挂利用元數據(Metadata),可以改變 cases,添加數字等等。
一次重命名千個檔案不是問題。
截圖
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
作者
Dominik Seichter <domseichter AT web.de>