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

A super-tiny utility that converts your todo.{txt, md} file into an iCalendar file

License

Notifications You must be signed in to change notification settings

gpolitis/txt2ics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A super-tiny utility that converts your todo.{txt, md} file into an iCalendar file

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages