samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

[Feature] Make program prompt when adding to a new todo list (error otherwise) #30

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

Currently the program outputs an unhelpful, not-user friendly warnings.warning message when dealing with a non-existent list file. This should be switched to more explicitly handling, similar to how adding new tags works.

Keep in mind that the user interaction stuff should remain strictly on the frontend. Keep the backend agnostic.