$ tt

  Usage: tt [options] [command]

  Commands:

    lists [id]                       get lists for board with [id] (or default board)
    cards <id>                       get cards for list with <id>
    update <cardid> <field> <value>  update a field on a card
    delete <cardid>                  delete a card by ID
    card                             create a card
    attach <cardid> <filename>       attach an image to a card
    boards [options]                 list boards (open by default)
    close <boardid>                  close board

  Options:

    -h, --help  output usage information

$ tt lists                                                                   
┌────────┬──────────────────────────┬───────┐
 Column  ID                        Cards 
├────────┼──────────────────────────┼───────┤
 To Do   4f10a1e5102115c8280393fc  4     
├────────┼──────────────────────────┼───────┤
 Doing   4f10a1e5102115c8280393fd  3     
├────────┼──────────────────────────┼───────┤
 Done    4f10a1e5102115c8280393fe  1     
└────────┴──────────────────────────┴───────┘
$ tt cards 4f10a1e5102115c8280393fc                                          
┌────────────────────┬────────────────────┬────────────────────┬──────────────────────────────────────────────────┐
 Title               Description         Labels              url/id                                           ├────────────────────┼────────────────────┼────────────────────┼──────────────────────────────────────────────────┤
 TITLE               *boo*               klsdajf             https://trello.com/c/ilvjqPGc/4-title-here        HERE!!!!!!!!!       [there](hi)         Fraam               4ff5bba9616d6b244b574452                                                                  Friim                                                                ├────────────────────┼────────────────────┼────────────────────┼──────────────────────────────────────────────────┤
 TEST 2                                  klsdajf             https://trello.com/c/6UAY4bmq/12-test-2                                                   Fruum               547fa1c2c57f4fe5627bb000                                                                  Friim                                                                ├────────────────────┼────────────────────┼────────────────────┼──────────────────────────────────────────────────┤
 here's a card       Description         klsdajf             https://trello.com/c/6IRC6qyd/14-here-s-a-card                        here!!!             Fraam               54888ef5def5fee676e330fc                         ├────────────────────┼────────────────────┼────────────────────┼──────────────────────────────────────────────────┤
 take out the trash  remember to take    Friim                                                                                     it back in in the   Fraam               https://trello.com/c/5FtFor07/15-take-out-the-t…                      morning                                 54888fd1590bbfba2c09e5cb                         └────────────────────┴────────────────────┴────────────────────┴──────────────────────────────────────────────────┘
$ tt update 4ff5bba9616d6b244b574452 title "New Title"
card 4ff5bba9616d6b244b574452 updated successfully