Jump to content

KRename: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Bekiroflaz (talk | contribs)
Created page with '{{Under construction}} {{Infobox software | name = KRename | title = KRename | logo = [[File:KRenameLogo.jpg|20...'
 
Bekiroflaz (talk | contribs)
No edit summary
Line 1: Line 1:
{{Under construction}}
{{Infobox software
{{Infobox software
| name = KRename
| name = KRename
| title = KRename
| title = KRename
| logo = [[File:KRenameLogo.jpg|200px]]
| logo = [[File:Hi48-app-krename.png|48px]]
| screenshot = [[File:KRename screenshot.png|204px|Screenshot]]
| screenshot = [[File:Krename main.png|204px|Screenshot]]
| caption =
| caption =
| collapsible =
| collapsible =
Line 17: Line 16:
| frequently updated = <!-- DO NOT include this parameter unless you know what it does -->
| frequently updated = <!-- DO NOT include this parameter unless you know what it does -->
| programming language = [[C++]]
| programming language = [[C++]]
| operating system = [[Linux]]
| operating system = [[Linux]] (with [[KDE]])
| platform =
| platform =
| size =
| size =
Line 27: Line 26:
}}
}}


'''KRename''' is a [[KDE]] software that can be used for renaming multiple files and directories at one time. KRename is written in [[C++]]. Many Linux distributions that use KDE for desktop environment comes with KRename.
'''KRename''' is a [[KDE]] software that can be used for renaming multiple files and directories at one time. KRename is written in [[C++]]. Many Linux distributions that use KDE for desktop environment comes with KRename.


== Features ==
== Features ==
* Rename both files and directories
* Rename both files and directories
* Rename all files in a dirctory recursively
* Ignore hidden files when renaming
* Case change: to UPPERCASE, to lowercase or Only The First Letter
* Case change: to UPPERCASE, to lowercase or Only The First Letter
* Add prefix or postfix to filenames
* Search and replace parts of filenames ([[regular expression]]s are supported)
* Add ordered numbers to filenames (start, steps, skips definable)
* Change owner and permission of files
* Change access and modification date & time of files
* Deliver the renamed files to newly-created directories. (files per directory, numbering format of directories definable)
* Extract [[id3]] info from mp3/ogg files
* Extract [[Exif]] info from image files
* Add the current date and time to a filename
* Change extension
* Undo renaming
* Manual rename desired files
* [[Konqueror]], [[Krusader]], [[Dolphin (software)|Dolphin]] integration
* Use [[JavaScript]] to rename files
* [[Transliterate]]
==External links==
* [http://www.krename.net/ Official website]
* [http://sourceforge.net/projects/krename/ Project page on SourceForge]

{{KDE}}

[[Category:Free file managers]]
[[Category:Free software programmed in C++]]
[[Category:KDE software]]

Revision as of 14:23, 18 October 2010

KRename
Original author(s)Dominik Seichter
Initial releaseJanuary 5, 2004 (2004-01-05)
Stable release
4.05 / September 27, 2010; 13 years ago (2010-09-27)
Repository
Written inC++
Operating systemLinux (with KDE)
Available inMultilingual
TypeBatch renaming utility
LicenseGPL v2
Websitehttp://www.krename.net/

KRename is a KDE software that can be used for renaming multiple files and directories at one time. KRename is written in C++. Many Linux distributions that use KDE for desktop environment comes with KRename.

Features

  • Rename both files and directories
  • Rename all files in a dirctory recursively
  • Ignore hidden files when renaming
  • Case change: to UPPERCASE, to lowercase or Only The First Letter
  • Add prefix or postfix to filenames
  • Search and replace parts of filenames (regular expressions are supported)
  • Add ordered numbers to filenames (start, steps, skips definable)
  • Change owner and permission of files
  • Change access and modification date & time of files
  • Deliver the renamed files to newly-created directories. (files per directory, numbering format of directories definable)
  • Extract id3 info from mp3/ogg files
  • Extract Exif info from image files
  • Add the current date and time to a filename
  • Change extension
  • Undo renaming
  • Manual rename desired files
  • Konqueror, Krusader, Dolphin integration
  • Use JavaScript to rename files
  • Transliterate