blob: 1b7f244c3f656bd8d8aae7797f570158505215bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Timetasker CLI
==============
## [ABANDONED]
This project has been abandoned. What I wanted was a nice command line interface
to be able to submit time sheets using [Time Task](https://timetask.com), but
the result wasn't really what I had hoped for. Ultimately I didn't see this tool
saving me much more time (if any) compared with using the website.
My idea was to have the executable generate a weekly time sheet as YAML with
prepopulated defaults. This file could then be modified by the user if necessary
and submitted to the website via the CLI tool.
The project is succeeded by a [Chrome
extension](https://github.com/teddywing/chrome-timetasker) that auto-fills the
time sheet form on the website.
Posting this code in the event that it becomes useful to anyone.
## License
Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
|