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

Enhancement: use --tasklist option with -l/--list #17

Closed
apj68 opened this issue Nov 12, 2014 · 2 comments
Closed

Enhancement: use --tasklist option with -l/--list #17

apj68 opened this issue Nov 12, 2014 · 2 comments

Comments

@apj68
Copy link

apj68 commented Nov 12, 2014

Thanks for this tool! I just discovered it after just discovering that google commandline does not support tasks.

As an enhancement, it would be nice to list only a subset of lists, e.g.:

List categories/lists (current option):

    tasky --list --summary

Which would give the index numbers so that one could then list just the category/list we're interested in:

    tasky --list --tasklist 14

From my perspective, it would also make sense to change the context of summary when the tasklist option is used in this fashion. In the case above, using --summary with the two other options, e.g.:

    tasky --list --tasklist --14 --summary

would show just the task titles without the note and due date.

@jrupac
Copy link
Owner

jrupac commented Nov 13, 2014

Hmm, I think this makes a lot of sense. I'll have to change the code around a little bit, since currently the "--list" flag is implicit in the sense that all task lists are printed either before accepting operations (interactive case) or after performing the action (non-interactive case). But I think this is doable.

@jrupac jrupac closed this as completed in 6bb9d57 Nov 13, 2014
@apj68
Copy link
Author

apj68 commented Nov 13, 2014

Yay, works great! Thank you!

On Wed, Nov 12, 2014 at 8:11 PM, Ajay Roopakalu notifications@github.com
wrote:

Hmm, I think this makes a lot of sense. I'll have to change the code
around a little bit, since currently the "--list" flag is implicit in the
sense that all task lists are printed either before accepting operations
(interactive case) or after performing the action (non-interactive case).
But I think this is doable.


Reply to this email directly or view it on GitHub
#17 (comment).

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

No branches or pull requests

2 participants