Skip to content

slasyz/wundercli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wundercli

Unofficial command-line interface to Wunderlist to-do manager

Download

Latest binary files can be downloaded here.

Usage

  • Show list of lists:

    $ wundercli list all
    
  • Show list items:

    $ wundercli list show [LISTNAME]
    
  • Create new list:

    $ wundercli list create [LISTTITLE]
    
  • Remove the list:

    $ wundercli list remove [LISTNAME]
    
  • Add task to a list:

    $ wundercli task create [LISTNAME [ITEMTEXT]]
    
  • Mark task checked:

    $ wundercli task check [LISTNAME]
    
  • Edit task:

    $ wundercli task edit [LISTNAME]
    

Notes:

LISTTITLE is a full list title.

LISTNAME is prefix of it (case-insensitive)

About

Unofficial command-line interface to Wunderlist to-do manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published