https://github.com/mblode/alfred-trello
https://github.com/mblode/alfred-trello
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/alfred-trello
- Owner: mblode
- License: mit
- Created: 2019-01-28T08:37:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T22:05:50.000Z (over 2 years ago)
- Last Synced: 2025-02-28T00:15:42.894Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/alfred-trello
- Size: 313 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Trello Alfred 4 Workflow
> Alfred 4 workflow for Trello. Search your boards, quickly add cards, and view list of cards from Trello right in Alfred.
## Install
```
$ npm install --global alfred-trello
```
*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Commands
- In Alfred, type `t` and your query to search for your Trello boards. Press Enter to open the board's URL.
- In Alfred, type `tt`, and press Enter to show the cards in your specifed board.
- In Alfred, type `tc`and your query. Press Enter to add a card to your specified list.
## Workflow Configuration (Environment Variables)
| name | value |
| ------------- | ------------- |
| key | [Get Trello API key](https://trello.com/app-key) |
| token | [Get Trello API token](https://trello.com/app-key) |
| board | Get board id from the board URL |
| list | Get the list id from your Trello board |
| user | Get your Trello username |
## License
MIT © [mblode](https://matthewblode.com)