aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1d0b99efa2df2652d1b705af7bed61db3b19211e (plain)
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
Timetasker CLI
==============

Provides a nice command line interface to submit time sheets using [Time
Task](https://timetask.com). This command will submit a single time entry.

The project improves upon a [Chrome
extension](https://github.com/teddywing/chrome-timetasker) that auto-fills the
time sheet form on the website.


## Usage
This will submit a time entry for the "example" project on the current day with
a duration of 7 hours and an empty description:

	$ timetasker --project example

Here we set a custom time of 4.5 hours:

	$ timetasker --project example --time 4.5

Now we specify a date and add a description:

	$ timetasker --project example --date 2017-05-31 --description "Worked on Timetasker"


## License
Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).