Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yamadapc/git-toggl
Track time spent making a commit with Toggl
https://github.com/yamadapc/git-toggl
Last synced: about 1 month ago
JSON representation
Track time spent making a commit with Toggl
- Host: GitHub
- URL: https://github.com/yamadapc/git-toggl
- Owner: yamadapc
- License: mit
- Created: 2015-04-29T02:09:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T11:12:13.000Z (over 9 years ago)
- Last Synced: 2024-12-24T11:57:49.112Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 160 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-toggl
=========
Work-in-progress `git` plugin for Toggl.## Roadmap
- [x] Login to Toggl API
- [x] Write a timestamp on `git toggl init`
- [x] Read/parse the timestamp pre-commit
- [ ] Polish
- [ ] Push a time-entry after the commit, using the timestamp and the commit
message
- [ ] Think about clever ways to infer time spend on commits## Time formats
- [ ] Decimal (1.2h)
- [ ] Improved (01:**12**:03)
- [ ] Classic (01:12:03)## License
This code is licensed under the MIT license. For more information please refer
to the [LICENSE](/LICENSE) file