mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2016-2019 Joe Wilm, The Alacritty Project Contributors -->
|
|
<component type="desktop-application">
|
|
<id>io.alacritty.Alacritty</id>
|
|
<!-- Translators: The application name -->
|
|
<name>Alacritty</name>
|
|
<project_license>APACHE-2.0</project_license>
|
|
<metadata_license>APACHE-2.0</metadata_license>
|
|
<!-- Translators: The application's summary / tagline -->
|
|
<summary>A fast, cross-platform, OpenGL terminal emulator</summary>
|
|
<description>
|
|
<p>
|
|
Alacritty is a modern terminal emulator that comes with sensible defaults,
|
|
but allows for extensive configuration. By integrating with other
|
|
applications, rather than reimplementing their functionality, it manages
|
|
to provide a flexible set of features with high performance.
|
|
</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://user-images.githubusercontent.com/8886672/103264352-5ab0d500-49a2-11eb-8961-02f7da66c855.png</image>
|
|
<caption>Alacritty - A fast, cross-platform, OpenGL terminal emulator</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<keywords>
|
|
<keyword>terminal emulator</keyword>
|
|
<keyword>GPU</keyword>
|
|
</keywords>
|
|
<url type="homepage">https://github.com/alacritty/alacritty</url>
|
|
<url type="bugtracker">https://github.com/alacritty/alacritty/issues</url>
|
|
<update_contact>https://github.com/alacritty/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact>
|
|
<developer_name>Christian Duerr</developer_name>
|
|
</component>
|