-
Notifications
You must be signed in to change notification settings - Fork 153
/
qterminal.metainfo.xml
41 lines (36 loc) · 1.29 KB
/
qterminal.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.lxqt.qterminal</id>
<name>QTerminal</name>
<summary>A lightweight multiplatform terminal emulator</summary>
<metadata_license>CC-BY-4.0</metadata_license>
<!-- qterminal itself is GPL2+, and bundled libqxt is BSD -->
<project_license>GPL-2.0-or-later AND BSD-3-Clause</project_license>
<content_rating type="oars-1.1"/>
<url type="homepage">https://github.com/lxqt/qterminal</url>
<description>
<p>
QTerminal is a lightweight multi-platform terminal emulator.
Its main features are:
</p>
<ul>
<li>Multiple tabs</li>
<li>Split terminal vertically and horizontally</li>
<li>Dropdown mode</li>
<li>Text search</li>
<li>Configurable user interface</li>
<li>Integration of system clipboard</li>
<li>Shortcut editor</li>
<li>Bookmarks for commands</li>
</ul>
</description>
<launchable type="desktop-id">qterminal.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://lxqt-project.org/images/screenshots/qterminal-1.png</image>
</screenshot>
<screenshot>
<image>https://lxqt-project.org/images/screenshots/qterminal-2.png</image>
</screenshot>
</screenshots>
</component>