Todolist Use If your Journal markdown files are in C:\Journal, set $env:todolist = 'C:\Journal' and then run todolist.exe. Or point todolist at a singe file: todolist.exe -file ./test.md Installation Install GoLang go install github.com/edthedev/todolist@latest Developer Setup Install GoLang Install GNU Make Clone the git repository git clone https://github.com/edthedev/todolist.git Fetch the go libraries. cd todolist; make setup Build todolist.exe make build