Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okurz/medo
A meta-TODO script acting as a TODO list but interacting with multiple backends.
https://github.com/okurz/medo
gtd python todo todo-txt
Last synced: 17 days ago
JSON representation
A meta-TODO script acting as a TODO list but interacting with multiple backends.
- Host: GitHub
- URL: https://github.com/okurz/medo
- Owner: okurz
- License: mit
- Created: 2017-02-22T09:50:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T12:05:37.000Z (about 5 years ago)
- Last Synced: 2025-01-13T14:13:56.071Z (25 days ago)
- Topics: gtd, python, todo, todo-txt
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# medo [![Build Status](https://travis-ci.org/okurz/medo.svg?branch=master)](https://travis-ci.org/okurz/medo)
A meta-TODO script acting as a TODO list but interacting with multiple backends.
Commonly one has more than one TODO list, for example a manually maintained
list, emails that can be considered TODO items, tickets in issue trackers,
unread notifications and such. The goal of *medo* is to interact with all of
these backends using a single concise interface.## Communication
If you have questions, contact me (*okurz*) irc.freenode.net, e.g. in
[#opensuse-factory](irc://chat.freenode.net/opensuse-factory).## Contribute
This project lives in https://github.com/okurz/medo
Feel free to add issues in github or send pull requests.
TODOs and ideas are tracked in the file `TODO` as well as github issues.
### Rules for commits
* Every commit is checked by [Travis CI](https://travis-ci.org/travis) as soon as
you create a pull request but you *should* run `tox` locally,* It would be nice to keep the test coverage or increase it, e.g. by adding
test reference data for new scenarios. TDD is advised :-)* For git commit messages use the rules stated on
[How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/) as
a referenceIf this is too much hassle for you feel free to provide incomplete pull
requests for consideration or create an issue with a code change proposal.## License
This project is licensed under the MIT license, see LICENSE file for details.