1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 06:42:12 +03:00
wezterm/assets/flatpak/org.wezfurlong.wezterm.appdata.template.xml

80 lines
3.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<content_rating type="oars-1.0" />
<id>org.wezfurlong.wezterm</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>Wez's Terminal Emulator</name>
<summary>A GPU-accelerated cross-platform terminal emulator and multiplexer</summary>
<description>
<p>
WezTerm is a terminal emulator with support for modern features such as
fonts with ligatures, hyperlinks, multiple windows, tabs and split panes.
</p>
<p>
Configuration is expressed using Lua and many powerful functions are
provided to help you customize your terminal to your workflow.
</p>
<p>
Integrated ssh allows using multiple tabs and panes without requiring
tmux to be installed on the remote host, and remote wezterm multiplexer
support allows tmux+mosh style workflows without using tmux or mosh,
while providing a fully native GUI locally.
</p>
</description>
<launchable type="desktop-id">org.wezfurlong.wezterm.desktop</launchable>
<url type="homepage">https://wezfurlong.org/wezterm/</url>
<url type="help">https://wezfurlong.org/wezterm/help.html</url>
<url type="bugtracker">https://github.com/wez/wezterm/issues</url>
<url type="donation">https://github.com/sponsors/wez</url>
<screenshots>
<screenshot type="default">
<caption>Use background image attachments</caption>
<image>https://wezfurlong.org/wezterm/screenshots/wezterm-vday-screenshot.png</image>
</screenshot>
<screenshot>
<caption>Ligatures in VIM</caption>
<image>https://wezfurlong.org/wezterm/screenshots/two.png</image>
</screenshot>
<screenshot>
<caption>Multiple windows, tabs and panes are supported</caption>
<video>https://wezfurlong.org/wezterm/screenshots/wezterm-tabs.mp4</video>
</screenshot>
<screenshot>
<caption>Quickselect makes mouseless selection fast and convenient</caption>
<image>https://wezfurlong.org/wezterm/screenshots/wezterm-quick-select.png</image>
</screenshot>
<screenshot>
<caption>Dynamically change color schemes via escape sequences</caption>
<video>https://wezfurlong.org/wezterm/screenshots/wezterm-dynamic-colors.mp4</video>
</screenshot>
<screenshot>
<caption>Use gradients as background image attachments</caption>
<image>https://wezfurlong.org/wezterm/screenshots/radial-gradient.png</image>
</screenshot>
<screenshot>
<caption>Compose multiple background layers with parallax scrolling</caption>
<video>https://wezfurlong.org/wezterm/screenshots/wezterm-parallax-2.mp4</video>
</screenshot>
</screenshots>
<developer_name>Wez Furlong</developer_name>
<releases>
<release version="@TAG_NAME@" date="@DATE@">
<description>
<p>
A very long list of improvements to performance and
resource utilization as well as new features.
The changelog has a complete list!
</p>
</description>
</release>
</releases>
</component>