Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to parse markdown task list to check for completion #14

Open
MatthewCroughan opened this issue Jul 7, 2020 · 0 comments
Open

Comments

@MatthewCroughan
Copy link
Contributor

This may be a bit monolithic and contradictory to the nature of the program, which encourages piping into things. If there are features like this that are considered monolithic we should add an example section to the README which includes some great suggestions.

What I want to be able to do is search for all the instances of this in my notes:

- [x] Do other thing
- [ ] Do thing
- [x] Report X to Y 
- [ ] Get eggs

I then want to be able to filter out the incomplete notes and the inverse of that. I would also like an option to print the date of the note this came from. This way we can find incomplete tasks and print the date that they were supposed to be completed.

I can probably figure out a way to do this with grep and sed, so if I do we should add it to an example usage section for people to benefit from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant