diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-22 00:43:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-22 00:43:37 +0200 |
commit | db523e7d69d227ea9a498c17f0fe38f769a09c10 (patch) | |
tree | 25c79c9cc9b60fcef7aab27077b05134242ae942 /README.md | |
parent | 47e6c9ce4ca08e94ead53d26d74fd3ca6bc32793 (diff) | |
download | krename-r14.0.11.tar.gz krename-r14.0.11.zip |
Change README to markdown format.r14.0.11
Add translation status overview.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3b6f8f0e5f6159c2354246e3c75d2ce84e5af955)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..11eed7f --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ + + krename - a bach renamer for TDE. + + +Krename is a very powerful batch renamer for the Trinity Desktop +Environment. + +Krename can rename a list of files based on a set of expressions. +It can copy/move the files to another directory or simply rename +the input files. + + +Features include: +----------------- + +* renaming a list of files based on a set of expressions +* copying/moving a list of files to another directory +* convert filenames to upper/lower case +* adding numbers to filenames +* finding and replacing parts of the filename +* rename Mp3/Ogg Vorbis files based on their ID3 tags. +* setting access and modification dates +* permissions and file ownership +* a plug-in API which allows you to extend krename's features +* rename directories recursively +* support for KFilePlugins +* create undo file + +. + +Contributing +-------------- + +If you wish to contribute to krename (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/) + +### desktop files +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-krenamedesktop/) + +### service menus +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/) |