zweck / todo_cmd

This is a very simple node cli for creating todo's via the command line, you can also mark them as done/not done.
MIT License
1 stars 2 forks source link

Bullet Journal support #8

Open danpker opened 7 years ago

danpker commented 7 years ago

It would be cool to have some kind of bullet journal support. Using > < * etc.

zweck commented 7 years ago

Yeah, this doesn't seem too challenging. Just need to move the hacky regex that checks for [ ] to be part of a symbol library that does a check for a whole set of initial symbols and allows you to add your own.