Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 515 Bytes

A super-tiny utility that converts your todo.md file into an iCalendar file. The todo syntax is a super-set of Github styled tasklists, inspired by todo.txt and other related projects. Check out the example file in tests/todo.md for examples.

You can convert your todo.md like this:

pip install txt2ics
python -m txt2ics convert todo.md

And you can also serve your todo.md with HTTP:

pip install txt2ics
python -m txt2ics httpd todo.md

Related work (check the test file)

  • Markwhen
  • Todo.txt