-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.mcarlos101.file-renamer.metainfo.xml
83 lines (71 loc) · 3.09 KB
/
io.github.mcarlos101.file-renamer.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright [2024] [Carlos] -->
<component type="desktop-application">
<id>io.github.mcarlos101.file-renamer</id>
<name>File Renamer</name>
<summary>Rename files using a GUI desktop app for Linux & Windows</summary>
<developer id="io.github.mcarlos101.file-renamer">
<name>Carlos</name>
</developer>
<url type="homepage">https://github.com/mcarlos101/file-renamer</url>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>File Renamer is a graphical interface (GUI) desktop app for Linux and Windows. It can preview and rename files by:</p>
<ol>
<li>Add files recursively</li>
<li>Remove non-alpha-numeric characters</li>
<li>Remove accents</li>
<li>Trim spaces</li>
<li>Replace spaces with hyphens</li>
<li>Replace dots with hyphens</li>
<li>Replace hyphens with spaces</li>
<li>Lower case</li>
<li>Title case</li>
<li>Keep or remove file id in brackets</li>
<li>Search & replace with optional regular expression</li>
</ol>
</description>
<launchable type="desktop-id">io.github.mcarlos101.file-renamer.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/mcarlos101/file-renamer/refs/heads/main/screenshots/fedora-linux-41/light/01-file-renamer-app.png</image>
<caption>File Renamer App</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/mcarlos101/file-renamer/refs/heads/main/screenshots/fedora-linux-41/light/02-file-renamer-list-files.png</image>
<caption>List Files</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/mcarlos101/file-renamer/refs/heads/main/screenshots/fedora-linux-41/light/03-file-renamer-preview.png</image>
<caption>Preview</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/mcarlos101/file-renamer/refs/heads/main/screenshots/fedora-linux-41/light/04-file-renamer-renamed.png</image>
<caption>Renamed</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.0" />
<categories>
<category>FileTools</category>
<category>Utility</category>
<category>Education</category>
<category>KDE</category>
<category>GNOME</category>
<category>Qt</category>
</categories>
<keywords>
<keyword>batch file renamer</keyword>
</keywords>
<releases>
<release version="1.1.6" date="2024-11-22">
<url type="details">https://github.com/mcarlos101/file-renamer/releases/tag/v1.1.6</url>
<description>
<p>File Renamer 1.1.6</p>
<ul>
<li>Added app to Flathub</li>
</ul>
</description>
</release>
</releases>
</component>