-
Notifications
You must be signed in to change notification settings - Fork 100
/
vimb.metainfo.xml
28 lines (27 loc) · 1.04 KB
/
vimb.metainfo.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2012-2024 Daniel Carl -->
<component type="desktop">
<id>comical.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Vimb</name>
<summary>the Vim-like browser</summary>
<description>
<p>
Vimb is a fast and lightweight vim like web browser based on the webkit
web browser engine and the GTK toolkit. Vimb is modal like the great vim
editor and also easily configurable during runtime. Vimb is mostly keyboard
driven and does not distract you from your daily work.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://fanglingsu.github.io/vimb/media/vimb-completion.png</image>
</screenshot>
<screenshot>
<image>https://fanglingsu.github.io/vimb/media/vimb-hints.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://fanglingsu.github.io/vimb/</url>
<update_contact>https://github.com/fanglingsu/vimb/issues</update_contact>
</component>