Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathstuf/devtodo
- Owner: mathstuf
- License: apache-2.0
- Created: 2020-04-11T06:07:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T17:47:30.000Z (4 months ago)
- Last Synced: 2024-07-23T20:54:32.158Z (4 months ago)
- Language: Rust
- Size: 298 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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.