Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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