Command Line Tool that creates new todo file in ~/Todo
for the day unless it already exits.
Yes. This literally only makes writes a file to ~/Todo
. I like to use typora as my offline note taking/todo app because I can always export my todo to Markdown. This will save me time everyday.
I have xbar setup to run a todo script that calls on this tool.
First build the tool
make build
Then install the cli
make install