
WIP CLI
A cli to manage todos on wip.co

Added command to list todos for viewer
#wipcli


Swift & Rails app crafter 🐮Creator of cows 🥐 Teambaker 🐋 Turtle whisperer 🏝 Working on too many side projects.
@marc I'll need your help for the new wip todos
. I want to return the latest todos, but I'm not sure how to get that from the API. As far as I understand, the todos can be sorted by an attribute, but that's only in ascending order (or can you tell it to sort in descending order?)

Swift & Rails app crafter 🐮Creator of cows 🥐 Teambaker 🐋 Turtle whisperer 🏝 Working on too many side projects.
Thanks @marc! I used "completed_at desc" which didn't work but then I couldn't find the proper syntax.