https://github.com/joeriddles/notes
A markdown TODO ingester
https://github.com/joeriddles/notes
Last synced: 12 months ago
JSON representation
A markdown TODO ingester
- Host: GitHub
- URL: https://github.com/joeriddles/notes
- Owner: joeriddles
- Created: 2022-05-28T15:55:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T01:12:14.000Z (over 2 years ago)
- Last Synced: 2025-07-19T18:18:48.224Z (12 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
A markdown TODO ingester.
This project ingests a folder of markdown files and parses all TODOs (e.g. `- [ ] Say hi to Allen` or `- [x] Buy a coffee`). The ingested TODOs are then saved to a single output markdown file.
## Usage
**Generate `TODO.md` file:**
```bash
make
```
**Watch markdown files:**
```bash
make watch
```
**Run tests:**
```bash
make test
```