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] " } }
-
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.