jrupac / tasky

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

can i list only the task of specific task list? #32

Closed kurokirasama closed 6 years ago

kurokirasama commented 6 years ago

i tried

tasky -l -i 0

but it gives me all tasks!

jrupac commented 6 years ago

The flag is --tasklist for specifying a particular task list. The -i flag refers to the index of a task within a list.

For example:

$ ./tasky.py -l
Printing all Task Lists...
0 Personal
  0 [x] 
  1 [x] 
1 Grocery List
  0 [ ] test
    1 [ ] Pay my phone bill
      2 [ ] café
2 Néw list (empty)

Only one task list:

$ ./tasky.py -l --tasklist 0
Printing Task List 0...
0 Personal
  0 [x] 
  1 [x]