xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
<root> / data / vifm.appdata.xml (917db5ac59a3e0d6357ff6f717508cf29b4ad97b) (1,343B) (mode 100644) [raw]
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
	<id>info.vifm</id>
	<metadata_license>CC0-1.0</metadata_license>
	<project_license>GPL-2.0-or-later</project_license>
	<name>Vifm</name>
	<summary>Vifm - Vim-like file manager</summary>

	<description>
		<p>Vifm is a curses based Vim-like file manager extended with some useful ideas from mutt. If you use Vim, Vifm gives you complete keyboard control over your files without having to learn a new set of commands. It goes not just about Vim like keybindings, but also about modes, options, registers, commands and other things you might already like in Vim.</p>
		<p>Just like Vim, Vifm tries to adhere to the Unix philosophy. So instead of working solutions which are set in stone user is provided with a set of means for customization of Vifm to one's likings. Though builtin functionality should be enough for most of use cases.</p>
	</description>

	<launchable type="desktop-id">vifm.desktop</launchable>

	<screenshot type="default">
		<image>
			https://raw.githubusercontent.com/vifm/vifm/master/data/graphics/screenshot.png
		</image>
	</screenshot>

	<url type="homepage">https://vifm.info/</url>
	<update_contact>xaizek@posteo.net</update_contact>
	<developer_name>xaizek</developer_name>

	<provides>
		<id>vifm.desktop</id>
	</provides>
</component>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master