-
Notifications
You must be signed in to change notification settings - Fork 1
/
flatpak.xml
50 lines (40 loc) · 1.45 KB
/
flatpak.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>io.github.sxyazi.yazi</id>
<name>Yazi</name>
<developer id="io.github.sxyazi">
<name>sxyazi</name>
<url>https://github.com/sxyazi</url>
</developer>
<summary>Terminal file manager</summary>
<summary xml:lang="zh_CN">终端文件管理器</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
Yazi (means "duck") is a terminal file manager written in Rust and based on non-blocking async I/O. It aims to provide an efficient, user-friendly, and customizable file management experience.
</p>
</description>
<recommends>
<control>keyboard</control>
</recommends>
<provides>
<binary>yazi</binary>
<binary>ya</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/yazi-rs/assets/c979068a1862c8bbf439d360754b634304c77bbc/preview.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<launchable type="desktop-id">io.github.sxyazi.yazi.desktop</launchable>
<url type="homepage">https://yazi-rs.github.io/</url>
<url type="vcs-browser">https://github.com/sxyazi/yazi</url>
<url type="bugtracker">https://github.com/sxyazi/yazi/issues</url>
<releases>
<release version="0.4.2" date="2024-12-20" type="stable">
<url type="details">https://github.com/sxyazi/yazi/releases/tag/v0.4.2</url>
</release>
</releases>
</component>