File: io.github.zyedidia.micro.metainfo.xml

package info (click to toggle)
micro 2.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,472 kB
  • sloc: sh: 227; makefile: 67; xml: 52
file content (52 lines) | stat: -rw-r--r-- 2,177 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
	<id>io.github.zyedidia.micro</id>
	<launchable type="desktop-id">micro.desktop</launchable>
	<name>Micro Text Editor</name>
	<summary>A modern and intuitive terminal-based text editor</summary>
	<description>
		<p>
			micro is a terminal-based text editor that aims to be easy to use and
			intuitive, while also taking advantage of the capabilities of modern terminals.
			It comes as a single, batteries-included, static binary with no dependencies;
			you can download and use it right now!
		</p>
		<p>
			As its name indicates, micro aims to be somewhat of a successor to the nano
			editor by being easy to install and use. It strives to be enjoyable as a full-time
			editor for people who prefer to work in a terminal, or those who regularly
			edit files over SSH.
		</p>
	</description>
	<metadata_license>MIT</metadata_license>
	<project_license>MIT</project_license>
	<categories>
		<category>Development</category>
		<category>TextEditor</category>
	</categories>
	<releases>
			<release version="2.0.14" date="2024-08-27"/>
			<release version="2.0.13" date="2023-10-22"/>
			<release version="2.0.12" date="2023-09-06"/>
			<release version="2.0.11" date="2022-08-01"/>
	</releases>
	<provides>
		<binary>micro</binary>
		<id>com.github.zyedidia.micro</id>
	</provides>
	<developer_name>Zachary Yedidia</developer_name>
	<screenshots>
		<screenshot type="default">
			<caption>Micro Text Editor editing its source code</caption>
			<image type="source">https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-solarized.png</image>
		</screenshot>
	</screenshots>
	<content_rating type="oars-1.1" />
	<url type="homepage">https://micro-editor.github.io</url>
	<url type="bugtracker">https://github.com/zyedidia/micro/issues</url>
	<url type="faq">https://micro-editor.github.io/about.html</url>
	<url type="help">https://micro-editor.github.io/about.html</url>
	<url type="contact">https://github.com/zyedidia</url>
	<url type="vcs-browser">https://github.com/zyedidia/micro</url>
	<url type="contribute">https://github.com/zyedidia/micro#contributing</url>
</component>