samuelbryant / sjb-tools

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

[Feature] Enable ability to edit entries in a text editor #19

Open samuelbryant opened 6 years ago

samuelbryant commented 6 years ago

Similar to git commit -a versus git commit -m 'message' (where the latter is what we currently do). Since entries can get very complex, we should allow the user to enter them via a text editor. The command line is really no place for what we are currently doing