v0.3.0
A lot of changes in this one.
New functionality
- Create a card, comment on a card, and add attachments to a card. This is all done through your preferred
EDITOR
(and the program uses whatever is set asEDITOR
in your environment variables. This has really only been tested with vim-likes. - Text templates for creating a card, commenting on a card, and adding attachments.
- Remove yourself from a card. If you are already a member of a card, pressing
SPACE
again will remove you. - Remove a label. If you select a label from the label popup and the card already has the label, it will remove it.
- Archive a card with
x
. - View info on a card with
i
. Right now this is simply a cheatsheet of sorts to make linking to github pull requests easier. - Whenever you navigate, pull for new notifications. Show a 🔔 in the cards list if that card has notifications.
- Card activity feed support for archiving and moving a card.
- Add
--setup
flag to run through the app setup process (trello --setup
).
Upgrading
- If you've already run through the initial setup, you can run
trello --setup-templates
to write blank templates for commenting on a card, creating a card, and adding an attachment URL.