aboutsummaryrefslogtreecommitdiff
path: root/contrib/Helix.appdata.xml
blob: b99738a18ea23cfe87720bd9d641fbb14ae8134c (plain) (blame)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?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="23.03" date="2023-03-31">
      <url>https://helix-editor.com/news/release-23-03-highlights/</url>
    </release>
    <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>