/todo-maker

Command Line Tool that creates new todo file in ~/Todo for the day unless it already exits.

Primary LanguageRust

Todo Maker

Command Line Tool that creates new todo file in ~/Todo for the day unless it already exits.

Why? lol

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.

My Mac Setup

I have xbar setup to run a todo script that calls on this tool.

screenshot

Install

First build the tool

make build

Then install the cli

make install