trellist
A CLI tool for getting Trello card information in various formats (default: markdown).
Usage
The following Trello API credentials are required from your account:
- TRELLO_DEVELOPER_PUBLIC_KEY
- TRELLO_MEMBER_TOKEN
Run the following command to create a config file
trellist initconfig
Supply your Trello creds to that ~/.trellist file in your home directory.
Otherwise you'll need to supply your key and token as flags such as:
trellist -k TRELLO_DEVELOPER_PUBLIC_KEY -t TRELLO_MEMBER_TOKEN -b TRELLO_BOARD_ID cards
trellist help to display help.
Getting list cards as links
trellist cardsmardown formattrellist cards --format=markdownsame as abovetrellist cards --format=plainjust linkstrellist cards --format=htmlhtml
Development
bundle installbundle exec bin/trellist cards
Contribution
Pull requests welcome. Please follow the contribution guide.