-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>com.helix_editor.Helix</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MPL-2.0</project_license> | ||
<name>Helix</name> | ||
<summary>A post-modern text editor</summary> | ||
|
||
<description> | ||
<p> | ||
Helix is a terminal-based text editor inspired by Kakoune / Neovim and written in Rust. | ||
</p> | ||
<ul> | ||
<li>Vim-like modal editing</li> | ||
<li>Multiple selections</li> | ||
<li>Built-in language server support</li> | ||
<li>Smart, incremental syntax highlighting and code editing via tree-sitter</li> | ||
</ul> | ||
</description> | ||
|
||
<launchable type="desktop-id">Helix.desktop</launchable> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Helix with default theme</caption> | ||
<image>https://github.com/helix-editor/helix/raw/d4565b4404cabc522bd60822abd374755581d751/screenshot.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<url type="homepage">https://helix-editor.com/</url> | ||
<url type="donation">https://opencollective.com/helix-editor</url> | ||
<url type="help">https://docs.helix-editor.com/</url> | ||
<url type="vcs-browser">https://github.com/helix-editor/helix</url> | ||
<url type="bugtracker">https://github.com/helix-editor/helix/issues</url> | ||
|
||
<content_rating type="oars-1.1" /> | ||
|
||
<releases> | ||
<release version="22.12" date="2022-12-6"> | ||
<url>https://helix-editor.com/news/release-22-12-highlights/</url> | ||
</release> | ||
<release version="22.08" date="2022-8-31"> | ||
<url>https://helix-editor.com/news/release-22-08-highlights/</url> | ||
</release> | ||
<release version="22.05" date="2022-5-28"> | ||
<url>https://helix-editor.com/news/release-22-05-highlights/</url> | ||
</release> | ||
<release version="22.03" date="2022-3-28"> | ||
<url>https://helix-editor.com/news/release-22-03-highlights/</url> | ||
</release> | ||
</releases> | ||
|
||
<requires> | ||
<control>keyboard</control> | ||
</requires> | ||
|
||
<categories> | ||
<category>Utility</category> | ||
<category>TextEditor</category> | ||
</categories> | ||
|
||
<keywords> | ||
<keyword>text</keyword> | ||
<keyword>editor</keyword> | ||
<keyword>development</keyword> | ||
<keyword>programming</keyword> | ||
</keywords> | ||
|
||
<provides> | ||
<binary>hx</binary> | ||
<mediatype>text/english</mediatype> | ||
<mediatype>text/plain</mediatype> | ||
<mediatype>text/x-makefile</mediatype> | ||
<mediatype>text/x-c++hdr</mediatype> | ||
<mediatype>text/x-c++src</mediatype> | ||
<mediatype>text/x-chdr</mediatype> | ||
<mediatype>text/x-csrc</mediatype> | ||
<mediatype>text/x-java</mediatype> | ||
<mediatype>text/x-moc</mediatype> | ||
<mediatype>text/x-pascal</mediatype> | ||
<mediatype>text/x-tcl</mediatype> | ||
<mediatype>text/x-tex</mediatype> | ||
<mediatype>application/x-shellscript</mediatype> | ||
<mediatype>text/x-c</mediatype> | ||
<mediatype>text/x-c++</mediatype> | ||
</provides> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters