Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@geolessel geolessel released this 15 Jan 19:46
· 6 commits to master since this release
55f6752

New features

  • Display card labels with customizable text. This could be emojis or just ascii, but you can customize them in your ~/.trello-cli/secrets.json file. Simply match the text of the trello label with what you'd like displayed in the card list. Example:

    {
      "token": "secret",
      "memberId": "secret",
      "cardLabels": {
        "Blocked": "🛑 ",
        "Zendesk": "[ZD] ",
        "Approved": "👍 ",
        "Needs Changes": "[FIXME] "
      }
    }

    screenshot 2019-01-15 11 46 23

  • Display read-only checklists including each item's status on the card detail page.

Little Stuff

  • When manually refreshing a list of options with r, also return the currently selected option to the first one.
  • Add a make run command to build and run locally using homebrew install locations for prerequisites.