jrupac / tasky

A command-line desktop client for Google Tasks.
GNU General Public License v3.0
114 stars 33 forks source link

main: display only requested tasklist #27

Closed jjmcdn closed 9 years ago

jjmcdn commented 9 years ago

If the previous command wasn't a list operation, the default behaviour is to run a list after performing the requested action (eg. toggle status). If the previous command specified a task list, however, we should only re-display the list that has been acted upon.

Signed-off-by: Joe MacDonald joe_macdonald@mentor.com

jrupac commented 9 years ago

Thanks!