mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>guake.desktop</id>
|
|
<metadata_license>CC-BY-SA-4.0</metadata_license>
|
|
<project_license>GPL-2.0+</project_license>
|
|
<name>Guake</name>
|
|
<summary>Top-down terminal</summary>
|
|
|
|
<description>
|
|
<p>
|
|
Guake is a top-down terminal for Gnome, and is highly inspired by the famous terminal used in Quake.
|
|
You can instantaneously show and hide your terminal with a single key stroke, execute a command, and then go back to your previous task without breaking your workflow.
|
|
</p>
|
|
<p>
|
|
Imagine you are working in your favorite text editor and want to execute some commands, like execute the unit test of your code, check a man page, or edit some configuration file.
|
|
You can do it at lightning speed without leaving your keyboard.
|
|
Just press your predefined "Show Guake" hotkey, execute your command, and press it again to hide the terminal and go back to your work.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">guake.desktop</launchable>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>http://guake-project.org/img/screenshot.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>http://guake-project.org/img/screenshot2.jpg</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<url type="homepage">http://guake-project.org/</url>
|
|
<url type="bugtracker">https://github.com/Guake/guake/issues</url>
|
|
<url type="translate">https://hosted.weblate.org/projects/guake/guake/</url>
|
|
</component>
|
|
|