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 1 month ago
JSON representation
Utility to synchronize your issues and PRs from code hosting sites to VTODO items in a local directory
- Host: GitHub
- URL: https://github.com/mathstuf/devtodo
- Owner: mathstuf
- License: apache-2.0
- Created: 2020-04-11T06:07:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-12T17:08:08.000Z (about 2 months ago)
- Last Synced: 2026-05-12T19:11:52.996Z (about 2 months ago)
- Language: Rust
- Size: 413 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.