-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvifm.appdata.xml
29 lines (24 loc) · 1.31 KB
/
vifm.appdata.xml
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
<?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>[email protected]</update_contact>
<developer_name>xaizek</developer_name>
<provides>
<id>vifm.desktop</id>
</provides>
</component>