We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb9b39 commit c9fd906Copy full SHA for c9fd906
README.md
@@ -2,12 +2,12 @@
2
3
This is a script to provide a simple GUI to the TimeWarrior CLI application, allowing to add and stop time trackers.
4
5
-Features
+## Features
6
* Allows to start, stop, rename, coninue and delete tasks
7
* Rename tag on a task
8
* Integration with [iCalBuddy](https://hasseg.org/icalBuddy/) to simplify Meeting tracking on Macs
9
10
-Limitation
+## Limitation
11
* Does not support multiple tags on a task, will only uses first Tag on a task as name
12
13
@@ -24,3 +24,6 @@ pip3 install -r requirements.txt
24
```
25
python3 main.py
26
27
+
28
+## Configuration
29
+There are various configuration options in the `config.py` file to customize the UI or location of the executable.
0 commit comments