- Created by mblode
- 🗓 Last Updated: 06/08/26 08:48:42
- 🌟 Stars on GitHub: 6
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Source Code
From their README
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.
| Variable | Value |
|---|---|
key |
Your Trello API key. |
token |
Your Trello API token. |
board |
The board id, taken from the board's URL. |
list |
The id of the list new cards go into. |
user |
Your Trello username. |
Keywords
| Keyword | Action |
|---|---|
t |
Filters your open boards by name. Enter opens the board URL. |
tt |
Lists every visible card on the board set in board. |
tc |
Creates a card at the bottom of the list set in list. |
License
MIT
Crafted by
Matthew Blode