]> git.lizzy.rs Git - micro.git/blob - data/com.github.zyedidia.micro.metainfo.xml
Make cursor movement automatic on insert + remove
[micro.git] / data / com.github.zyedidia.micro.metainfo.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <component>
3   <id>com.github.zyedidia.micro</id>
4   <name>Micro Text Editor</name>
5   <summary>A modern and intuitive terminal-based text editor</summary>
6   <url type="homepage">https://micro-editor.github.io</url>
7   <url type="bugtracker">https://github.com/zyedidia/micro</url>
8   <metadata_license>MIT</metadata_license>
9    <categories>
10      <category>Development</category>
11          <category>TextEditor</category>
12    </categories>
13
14   <provides>
15 ​    <binary>micro</binary>
16 ​  </provides>
17 ​  <releases>
18 ​    <release version="1.2.0" date="2017-05-28" />
19 ​  </releases>
20 ​  <developer_name>Zachary Yedidia</developer_name>
21   <screenshots>
22 ​  <screenshot type="default">
23 ​    <caption>Micro Text Editor editing its source code.</caption>
24 ​    <image type="source">https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-solarized.png</image>
25 ​  </screenshot>
26 ​ </screenshots>
27 ​</component>