KRename/zh-cn: Difference between revisions

From KDE UserBase Wiki
(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>


== 外部链接 ==
== 外部链接 ==

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>

外部链接