Add export kimai
to README
This commit is contained in:
parent
54fdfb7223
commit
9f30d1cc48
37
README.md
37
README.md
@ -12,29 +12,38 @@ currently (as of version 2.0.0.16) doesn't work for me, so I wrote this script
|
|||||||
to fill in the gap until the [shiny new version of
|
to fill in the gap until the [shiny new version of
|
||||||
hamster](https://github.com/projecthamster/hamster-lib) is ready.
|
hamster](https://github.com/projecthamster/hamster-lib) is ready.
|
||||||
|
|
||||||
$ pip install ..
|
$ pip install .
|
||||||
|
|
||||||
$ hamster-tools categories --help
|
$ hamster-tools categories --help
|
||||||
Usage: hamstertools categories [OPTIONS] COMMAND [ARGS]...
|
Usage: hamster-tools categories [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
activities Show activities for categories specified by IDS
|
activities Show activities for categories specified by IDS
|
||||||
delete Delete categories specified by IDS
|
delete Delete categories specified by IDS
|
||||||
list List / search categories
|
list List / search categories
|
||||||
|
|
||||||
$ hamster-tools activities
|
$ hamster-tools activities
|
||||||
Usage: hamstertools activities [OPTIONS] COMMAND [ARGS]...
|
Usage: hamster-tools activities [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
delete Delete activities specified by IDS
|
delete Delete activities specified by IDS
|
||||||
find-duplicates Show activities which are not unique in their categories
|
find-duplicates Show activities which are not unique in their categories
|
||||||
list List / search activities
|
list List / search activities
|
||||||
list-facts Show facts for activities
|
list-facts Show facts for activities
|
||||||
move Move activities to another category
|
move Move activities to another category
|
||||||
move-facts Move facts from one activity to another
|
move-facts Move facts from one activity to another
|
||||||
|
|
||||||
|
$ hamster-tools export
|
||||||
|
Usage: hamster-tools export [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show this message and exit.
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
kimai Export time tracking data in Kimai format
|
||||||
|
Loading…
Reference in New Issue
Block a user