You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if there could be multiple todo lists, so that similar projects (e.g. "+math", "+english") can all be grouped under a todo list of (for example) "school"
jrnl is an example of a program that does this well, but I'm not sure about the specifics of how it should be done for todolist.
I am aware that you can have different .jrnl.json files in different directories, but it is a little of a pain to cd between different directories just for todolist.
Some examples of what it would look like with this implemented (just suggestions, feel free to do something different):
# default list (no changes for this one)
todolist a go to store due tomorrow
todolist a visit friends due friday
todolist l
# school list
todolist school a +english read to chapter 7 due tomorrow
todolist school a +math study for exam due tuesday
todolist school l
# work list
todolist work a +security do monthly reviews due monday
todolist work a +security apply patch to production servers due today
todolist work l
# view all lists
todolist l all
By the way, todolist is an excellent command line tool that I am really happy with, and I will continue to use & recommend this to friends whether or not this is implemented.
The text was updated successfully, but these errors were encountered:
aaronjanse
changed the title
[feature request] multiple todo lists, which can be chosen via a command line argument
[feature request] multiple lists, which can be chosen via a command line argument
Oct 13, 2017
At the time fo the proposal, I was much more todolist-obsessed. Now that I am only writing down tasks that need to be written down (rather than writing them down because it's fun), I agree that the existing functionalities are sufficient.
It would be great if there could be multiple todo lists, so that similar projects (e.g. "+math", "+english") can all be grouped under a todo list of (for example) "school"
jrnl is an example of a program that does this well, but I'm not sure about the specifics of how it should be done for todolist.
I am aware that you can have different
.jrnl.json
files in different directories, but it is a little of a pain tocd
between different directories just for todolist.Some examples of what it would look like with this implemented (just suggestions, feel free to do something different):
By the way, todolist is an excellent command line tool that I am really happy with, and I will continue to use & recommend this to friends whether or not this is implemented.
The text was updated successfully, but these errors were encountered: