Alfred Trello

August 6, 2026 ยท View on GitHub

Alfred Trello

Search your boards, list the cards on one, and file a new card, all from the Alfred prompt

Type a keyword, pick a result, and press Enter to open the board in your browser or push the card to Trello.

Install

npm install --global alfred-trello

The package's postinstall step runs alfy-init, which registers the workflow with Alfred. Requires Node.js 4 or newer and the Alfred Powerpack.

Quickstart

Fill in the five workflow variables listed under Configuration, then type t into Alfred followed by part of a board name. Your open boards appear as results, and Enter opens the highlighted one in your browser.

Configuration

Set these as workflow environment variables in Alfred, on the workflow's configuration sheet.

VariableValue
keyYour Trello API key.
tokenYour Trello API token.
boardThe board id, taken from the board's URL.
listThe id of the list new cards go into.
userYour Trello username.

Keywords

KeywordAction
t <query>Filters your open boards by name. Enter opens the board URL.
ttLists every visible card on the board set in board.
tc <title>Creates a card at the bottom of the list set in list.

License

MIT


Crafted by Matthew Blode