A simple, clean terminal to-do app to keep you working and not worrying about keeping track of your tasks
First, clone the repo
git clone https://github.com/HenrySeed/TerminalToDo.git
Then add an alias for the bash script for easy access in your ~/.bashrc or equivalent
alias todo='~/TerminalToDo/terminalTodo'

