Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Condense or concatenate command for Todo plugin... #563

Open
monodemono opened this issue Mar 2, 2014 · 0 comments
Open

Condense or concatenate command for Todo plugin... #563

monodemono opened this issue Mar 2, 2014 · 0 comments

Comments

@monodemono
Copy link
Contributor

It'd be nice to have a way to somehow concatenate or compress todos in the Todo plugin.

What I mean is, let's say I add 3 things to my todo list:
todo add walk the dog
todo add take a shower
todo add do the dishes

then I list them:
Todos for monodemono: #1: walk the dog, #2: take a shower, #3: do the dishes

then I take a shower, but I don't do the other two, so I remove that from the list:
todo remove 2

then I list them again:
Todos for monodemono: #1: walk the dog, #3: do the dishes

then I remember I didn't finish my homework:
todo add do homework

list once more:
Todos for monodemono: #1: walk the dog, #3: do the dishes, #4: do homework

Well this is ugly and makes it harder to keep track of how many things I have to do. It would be nice if there was a way to fix this:
todo sort

and then when I would list again:
Todos for monodemono: #1: walk the dog, #2: do the dishes, #3: do homework

This wouldn't interfere with todo's priority because all it would do is close the gaps, not fill them in, so everything would stay in their correct order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants