Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mathstuf/devtodo

Utility to synchronize your issues and PRs from code hosting sites to VTODO items in a local directory
https://github.com/mathstuf/devtodo

Last synced: about 7 hours ago
JSON representation

Utility to synchronize your issues and PRs from code hosting sites to VTODO items in a local directory

Awesome Lists containing this project

README

        

# devtodo

A simple tool to synchronize issue and pull request statuses from GitHub. It
stores information locally using ical files with `VTODO` items.

They may be viewed using tools such as [todoman][] or any other calendaring
software which can read ical files from a directory. They may be synced to
cloud services using tools such as [vdirsyncer][] as well.

[todoman]: https://github.com/pimutils/todoman
[vdirsyncer]: https://github.com/pimutils/vdirsyncer

## Future plans

- Better filtering
- GitLab support
- Fetching information from specific repositories only
- Cached "last fetched" information
- GitHub supports "only changed since" filtering on queries which should
improve performance.