diff options
author | Teddy Wing | 2017-03-20 00:18:41 +0100 |
---|---|---|
committer | Teddy Wing | 2017-03-20 00:18:41 +0100 |
commit | 055301ca09d57b759b290d897bbb7560460251ca (patch) | |
tree | a624bfde1d88ec7eff0515751e4ed9ff6590a89c /README.md | |
parent | 43d8ad4b47ab18a89b41233b6b0f21738e47ef25 (diff) | |
download | timetasker-055301ca09d57b759b290d897bbb7560460251ca.tar.bz2 |
Add REAMEv0.0.1
Add info about the project, the fact that it's been abandoned and why,
and license information.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b7f244 --- /dev/null +++ b/README.md @@ -0,0 +1,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). |