Simple terminal app to check trello cards assigned to you on a board.
still to be publishednpm install ttrello -g
Terminal help ttrello -h
or for commands ttrello mycards -h
.
ttrello mycards|mc [options] <username> <idBoard> [codePrefix]
Example:
$ ttrello mycards someUsername j800nsixa CARDID
LIST list name
CARD card title
CARDID123 shortUrl
Where can I find idBoard
? In the Trello url: https://trello.com/b/**idBoard**/board-name
git clone ...
npm i
- Run app:
npm start
- Try shell command:
npm link
-> nowttrello
is available.
Trello key and token and required to access boards.
Environment variables:
TRELLO_API_KEY
= get here: https://trello.com/app-key
TRELLO_API_TOKEN
= get here: https://trello.com/1/authorize?expiration=never&scope=read,write,account&response_type=token&name=Trello%20Terminal&key=`TRELLO_API_KEY`
Run a command in your terminal to view cards assigned to you in a board
-> list
.
- Card Id
- Card title
- Card link
Make it easy to copy and paste for git commit messages.
- Setup custom commands to access different boards