KFileReplace: Difference between revisions

From KDE UserBase Wiki
(Created page with "<languages /> <translate> {|class="vertical-centered" |350px||'''KFileReplace is an utility to search and replace strings.''' |} '''KFileRepl...")
 
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
{|class="vertical-centered"  
{|class="vertical-centered"  
|[[Image:kfilereplace_screen.png|350px]]||'''KFileReplace is an utility to search and replace strings.'''
|[[Image:kfilereplace_screen.png|350px]]||'''KFileReplace is an utility to search and replace strings.'''
|}
|}


<!--T:2-->
'''KFileReplace''' is an application used to search and replace a list of strings in a file tree. The strings may be literal or '''Qt'''-like regular expressions. There are also other options to tune your search.
'''KFileReplace''' is an application used to search and replace a list of strings in a file tree. The strings may be literal or '''Qt'''-like regular expressions. There are also other options to tune your search.


== Features ==
== Features == <!--T:3-->


<!--T:4-->
* Recursive batch search and replace in files of multiple types
* Recursive batch search and replace in files of multiple types


<!--T:5-->
* Search and replace in files by size, date, or owner
* Search and replace in files by size, date, or owner


<!--T:6-->
* Case-sensitive search
* Case-sensitive search


<!--T:7-->
* Configurable text encoding
* Configurable text encoding


<!--T:8-->
* Ability to save and load string lists
* Ability to save and load string lists


<!--T:9-->
* Search and replace with regular expressions and embeddable commands (you can even use the '''bc''' calculator inside the expression)
* Search and replace with regular expressions and embeddable commands (you can even use the '''bc''' calculator inside the expression)


<!--T:10-->
* Full statistics of the replace session
* Full statistics of the replace session


<!--T:11-->
* Ability to create backup copies
* Ability to create backup copies


<!--T:12-->
* Ability to create search and replace report file
* Ability to create search and replace report file


<!--T:13-->
The Handbook is available from [http://docs.kde.org/stable/en/kdewebdev/kfilereplace/index.html here].
The Handbook is available from [http://docs.kde.org/stable/en/kdewebdev/kfilereplace/index.html here].


<!--T:14-->
[[Category:Utilities]]
[[Category:Utilities]]
[[Category:Development]]
[[Category:Development]]
</translate>
</translate>

Revision as of 10:32, 2 July 2011

KFileReplace is an utility to search and replace strings.

KFileReplace is an application used to search and replace a list of strings in a file tree. The strings may be literal or Qt-like regular expressions. There are also other options to tune your search.

Features

  • Recursive batch search and replace in files of multiple types
  • Search and replace in files by size, date, or owner
  • Case-sensitive search
  • Configurable text encoding
  • Ability to save and load string lists
  • Search and replace with regular expressions and embeddable commands (you can even use the bc calculator inside the expression)
  • Full statistics of the replace session
  • Ability to create backup copies
  • Ability to create search and replace report file

The Handbook is available from here.