-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.gnome.Hamster.metainfo.xml
49 lines (49 loc) · 2 KB
/
org.gnome.Hamster.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.gnome.Hamster</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+ and CC-BY-SA-3.0</project_license>
<name>Hamster</name>
<summary>Your personal time keeping tool</summary>
<content_rating type="oars-1.1"/>
<releases>
<release date="2020-05-19" version="3.0.2"/>
</releases>
<description>
<p>
Hamster is time tracking for individuals. It helps you to keep track of how
much time you have spent during the day on activities you choose to track.
</p>
<p>
Whenever you change from doing one task to other, you change your current
activity in Hamster. After a while you can see how many hours you have spent on
what. Maybe print it out, or export to some suitable format, if time reporting
is a request of your employer.
</p>
<p>Features:</p>
<ul>
<li>Fast and easy data entry with autocompletion of recent activities</li>
<li>Flexible grouping with @categories and #tags</li>
<li>Day, week, month or custom views with tallies by groups</li>
<li>Generation of html reports (can be customized)</li>
<li>Data export in text, xml and tsv formats</li>
</ul>
</description>
<launchable type="desktop-id">org.gnome.Hamster.desktop</launchable>
<provides>
<id>hamster.desktop</id>
<id>org.gnome.Hamster.GUI.desktop</id>
</provides>
<screenshots>
<screenshot type="default">
<caption>The overview window</caption>
<image>https://raw.githubusercontent.com/projecthamster/hamster/master/screenshot.png</image>
</screenshot>
<screenshot>
<caption>The overview window with statistics</caption>
<image>https://raw.githubusercontent.com/projecthamster/hamster/master/data/screenshots/overview2.png</image>
</screenshot>
</screenshots>
<translation type="gettext">hamster</translation>
<url type="homepage">https://github.com/projecthamster/hamster/wiki</url>
</component>