Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/27escape/yet-todo
Find todo items that are not completed in a given directory, only finds in markdown and todo files (.txt, .md, .mdown, .markdown, .td, .todo, .tasks)
https://github.com/27escape/yet-todo
node todo
Last synced: 23 days ago
JSON representation
Find todo items that are not completed in a given directory, only finds in markdown and todo files (.txt, .md, .mdown, .markdown, .td, .todo, .tasks)
- Host: GitHub
- URL: https://github.com/27escape/yet-todo
- Owner: 27escape
- License: mit
- Created: 2019-06-03T08:40:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T16:26:48.000Z (about 1 year ago)
- Last Synced: 2024-11-19T04:34:17.280Z (3 months ago)
- Topics: node, todo
- Language: JavaScript
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# yet-todo
I keep meeting notes in either markdown or plaintext TODO format. All these files generally live somewhere under a parent directory. This simple too finds those items that are yet-todo, by finding all those lines with '[ ]' in them and then displaying them.
## Install
To install, download this repo and run, its not on the NPM site so a couple of manual steps are required...
npm install
npm link## To use
To find your outstanding tasks
yet-todo -d "$HOME/markdown files"
To edit the files that have outstanding tasks, use the ```-e``` flag.
yet-todo -e -d "$HOME/markdown files"