Simple CLI todo manager
```` $ todux add "Schedule new meeting for tomorrow at 10.30"
"Schedule new meeting for tomorrow at 10.30" added ✔
````
$ todux list
Interactive keybindings during list view:
* [T] Toggle/Untoggle item
* [D] Delete item
* [Q] Quit app
```` $ todux workspace set new_workspace
Workspace set to "new_workspace" ✔ ````
$ todux workspace unset
```` $ todux workspace remove new_workspace
Workspace "new_workspace" removed 🗑 ````