forked from lxqt/qterminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qterminal.appdata.xml
43 lines (43 loc) · 1.4 KB
/
qterminal.appdata.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
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">qterminal.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2</project_license>
<name>QTerminal</name>
<summary>A lightweight multiplatform terminal emulator.</summary>
<description>
<p>
QTerminal is a lightweight multiplatform terminal emulator.
</p>
<p>
Its main features are:
</p>
<ul>
<li>Multiple tabs</li>
<li>Layout terminals side-by-side</li>
<li>Dropdown mode</li>
<li>Text search</li>
<li>Configurable uster interface</li>
<li>Integration of system clipboard</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>http://worblehat.github.io/storage/qterminal_1.png</image>
<caption>The default QTerminal window.</caption>
</screenshot>
</screenshots>
<screenshots>
<screenshot type="default">
<image>http://worblehat.github.io/storage/qterminal_2.png</image>
<caption>QTerminal with multiple tabs, splitted terminals and highlighted text.</caption>
</screenshot>
</screenshots>
<screenshots>
<screenshot type="default">
<image>http://worblehat.github.io/storage/qterminal_3.png</image>
<caption>Find bar and highlighted match.</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/lxqt/qterminal</url>
</application>