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

Add postpone function #241

Open
varac opened this issue Apr 24, 2017 · 2 comments
Open

Add postpone function #241

varac opened this issue Apr 24, 2017 · 2 comments
Labels
contributions welcome Further design discussions and PRs are welcome. enhancement lv: medium

Comments

@varac
Copy link

varac commented Apr 24, 2017

I'd like to propose a postpone function so you can extend the due date from the cli easily:

    todo postpone 1w 123

(with 1w short for 1 week) i.e. or however time abbreviations are already implemented.

@untitaker untitaker added enhancement lv: medium contributions welcome Further design discussions and PRs are welcome. labels Apr 24, 2017
@WhyNotHugo
Copy link
Member

My only nitpick is that I prefer todo postpone 123 1w, because this ordering sounds more intuitive, and because I'd like to always keep IDs first (for all commands).

Other than that, this sounds quite useful as an edition shortcut (though I'd like to avoid having too many).

@varac
Copy link
Author

varac commented Jun 13, 2017

My only nitpick is that I prefer todo postpone 123 1w

+1

For lazy ppl like me a batch operation could be super helpful as well :D :

todo postpone --all --priority=high 1w

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome Further design discussions and PRs are welcome. enhancement lv: medium
Projects
None yet
Development

No branches or pull requests

3 participants