Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/packaging/micro.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

Name=Micro
GenericName=Text Editor
GenericName[ru]=Текстовый редактор
Comment=Edit text files in a terminal
Comment[ru]=Редактирование текстовых файлов в терминале

Icon=micro
Type=Application
Categories=Utility;TextEditor;Development;
Keywords=text;editor;syntax;terminal;
Keywords[ru]=текст;текстовый;редактор;подсветка;синтаксис;терминал;консоль;

Exec=micro %F
StartupNotify=false
Expand Down
14 changes: 14 additions & 0 deletions data/io.github.zyedidia.micro.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,32 @@
<launchable type="desktop-id">micro.desktop</launchable>
<name>Micro Text Editor</name>
<summary>A modern and intuitive terminal-based text editor</summary>
<summary xml:lang="ru">Современный и понятный текстовый редактор для терминала</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 xml:lang="ru">
Редактор micro работает в терминале и старается быть простым и понятным,
не отказываясь при этом от возможностей современных терминалов. Он поставляется
одним статическим исполняемым файлом без единой зависимости и со всем нужным
внутри: достаточно скачать — и можно работать.
</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>
<p xml:lang="ru">
Как подсказывает название, micro задуман своего рода преемником редактора nano:
его так же легко поставить и так же просто освоить. Им должно быть приятно
пользоваться каждый день — и тем, кто предпочитает работать в терминале,
и тем, кто регулярно правит файлы по SSH.
</p>
</description>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
Expand All @@ -39,6 +52,7 @@
<screenshots>
<screenshot type="default">
<caption>Micro Text Editor editing its source code</caption>
<caption xml:lang="ru">Редактор Micro за правкой собственного исходного кода</caption>
<image type="source">https://raw.githubusercontent.com/micro-editor/micro/master/assets/micro-solarized.png</image>
</screenshot>
</screenshots>
Expand Down