KRename/zh-cn: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:


{|class="tablecenter vertical-centered
{|class="tablecenter vertical-centered
|[[Image:KRename.png|48px|left|Lokalize]]|| ||'''一个批量重命名程序。 '''
|[[Image:KRename.png|48px|left|Lokalize]]||&nbsp;||<div class="mw-translate-fuzzy">
'''一个批量重命名程序。 '''
</div>
|}
|}
__TOC__
[[Image:krename-start.png]]
'''KRename''' 是 KDE 重命名文件的瑞士军刀(译者注:这年头是个工具都标榜自己是瑞士军刀。。。)。


他使用KDE插件利用元数据(Metadata),可以改变 cases,添加数字等等。
=== Description ===


一次重命名千个文件不是问题。
'''KRename''' is a tool to rename files easily.


== 截图 ==
=== Features ===


{|class="tablecenter" style="border:1px solid darkgray;"
* Rename large numbers of files
|[[Image:Krename1.png|thumb|350px|center|
<menuchoice>文件名</menuchoice> 界面选定选项]]
|}


* Rename files, by simply adding a sequence of numbers or changing case


{|class="tablecenter" style="border:1px solid darkgray;"
* Plugins can be used to rename files using metadata from images, movies, music and more
|[[Image:Krename2.png|thumb|350px|center|
或许你需要缩短文件名以便放进网页中]]
|}
 


{|class="tablecenter" style="border:1px solid darkgray;"
=== Usage ===
|[[Image:Krename3.png|thumb|350px|center|
* Starting in the Files tab, '''Add''' the files to be renamed.
或许截图的标题很重要]]
[[Image:krename-1.png]]
|}
** If a file is not wanted, click '''Remove'''
** Click '''Remove All''' to start over


== Build from source ==
* In the Destination tab, choose the action to be performed on the files
* Latest release: <code>v4.90.90 (aka 5.0 beta)</code>
[[Image:krename-2.png]]
* Source tarball: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz
** Rename the files, leaving them in the original folder
* Signature: https://download.kde.org/unstable/krename/4.90.90/krename-4.90.90.tar.xz.sig
** Copy the files to another folder, renaming them. The original files are left untouched
** Move the files to another folder, renaming them
** Create symbolic links in another folder. The links use the naming method requested, the original files untouched


* The plugins tab lists the plugins available
[[Image:krename-3.png]]
** Available plugins are listed in the box on the left. Choosing a plugin displays the tags that are available when renaming files


Dependencies:
* Filename
[[Image:krename-4.png]]
** Choose the naming scheme to use when renaming files
*** For '''Prefix''' and '''Suffix''', choose Number or Date to add each to the beginning or end of the filename. A custom string may be entered in the box next to the drop-down list
*** Choose an option for the '''Filename''' or '''Extension'''. Using '''Custom''' allows the use of the tags provided by plugins
*** If using numbers, choose a starting and ending range
** The box at the bottom is a preview of the renamed file


* Qt5 and KF5
* Click '''Finish''' to perform the renaming operation
* Exiv2 (optional): http://www.exiv2.org
* Freetype (optional): https://www.freetype.org/
* PoDoFo (optional): http://podofo.sourceforge.net/
* Taglib (optional): https://taglib.github.io/


<div class="mw-translate-fuzzy">
== 作者 ==
Dominik Seichter <domseichter AT web.de>
</div>


Assuming that you have all the dependencies already installed, just do:
* Original author: Dominik Seichter <domseichter AT web.de>
 
<syntaxhighlight lang="bash">
git clone git://anongit.kde.org/krename.git
cd krename
mkdir build && cd build
cmake ..
sudo make install
</syntaxhighlight>


== 作者 ==
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>
Dominik Seichter <domseichter AT web.de>


<div class="mw-translate-fuzzy">
== 外部链接 ==
== 外部链接 ==
* [http://www.krename.net/ 主页]
* [http://www.krename.net/ 主页]
Line 63: Line 62:
* [http://lists.sourceforge.net/lists/listinfo/krename-users 邮件列表(英文和德文)]
* [http://lists.sourceforge.net/lists/listinfo/krename-users 邮件列表(英文和德文)]
* [http://www.krename.net/Documentation.17.0.html 文档]
* [http://www.krename.net/Documentation.17.0.html 文档]
</div>
* [https://kde.org/applications/en/utilities/org.kde.krename Application information]
* [https://invent.kde.org/utilities/krename Git repo]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]


[[Category:工具/zh-cn]]
[[Category:工具/zh-cn]]
[[Category:文件管理/zh-cn]]
[[Category:文件管理/zh-cn]]

Latest revision as of 14:28, 6 September 2020

Lokalize
Lokalize
 

一个批量重命名程序。

Description

KRename is a tool to rename files easily.

Features

  • Rename large numbers of files
  • Rename files, by simply adding a sequence of numbers or changing case
  • Plugins can be used to rename files using metadata from images, movies, music and more

Usage

  • Starting in the Files tab, Add the files to be renamed.

    • If a file is not wanted, click Remove
    • Click Remove All to start over
  • In the Destination tab, choose the action to be performed on the files

    • Rename the files, leaving them in the original folder
    • Copy the files to another folder, renaming them. The original files are left untouched
    • Move the files to another folder, renaming them
    • Create symbolic links in another folder. The links use the naming method requested, the original files untouched
  • The plugins tab lists the plugins available

    • Available plugins are listed in the box on the left. Choosing a plugin displays the tags that are available when renaming files
  • Filename

    • Choose the naming scheme to use when renaming files
      • For Prefix and Suffix, choose Number or Date to add each to the beginning or end of the filename. A custom string may be entered in the box next to the drop-down list
      • Choose an option for the Filename or Extension. Using Custom allows the use of the tags provided by plugins
      • If using numbers, choose a starting and ending range
    • The box at the bottom is a preview of the renamed file
  • Click Finish to perform the renaming operation

作者

Dominik Seichter <domseichter AT web.de>

  • Original author: Dominik Seichter <domseichter AT web.de>
  • Current maintainer: Heiko Becker <heirecka at exherbo dot org>