https://github.com/arvis-workflows/arvis-trello
Trello for arvis
https://github.com/arvis-workflows/arvis-trello
arvis arvis-workflow arvish trello
Last synced: 3 days ago
JSON representation
Trello for arvis
- Host: GitHub
- URL: https://github.com/arvis-workflows/arvis-trello
- Owner: arvis-workflows
- License: mit
- Created: 2021-07-07T06:53:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T09:51:12.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T17:01:32.805Z (about 1 year ago)
- Topics: arvis, arvis-workflow, arvish, trello
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Trello arvis Workflow
> Arvis workflow for Trello. Search your boards, quickly add cards, and view list of cards from Trello right in arvis.

## Install
```
$ npm install --global arvis-trello
```
## Commands
- In arvis, type `t` and your query to search for your Trello boards. Press Enter to open the board's URL.
- In arvis, type `tt`, and press Enter to show the cards in your specifed board.
- In arvis, 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 |
* FAQ: How do I find the `id`s?
1. Open the Trello board that contains the list.
2. If the list doesn't have any cards, add a card to the list.
3. Open the card, add '.json' at the end of the URL, and press enter.
4. In the JSON file, you will see a field called `id`, `idList`.
5. put `id` on `board`, `idList` on `list`.
6. get your `user` value from profile page.
## License
MIT © [mblode](https://matthewblode.com)
## 🔗 This workflow is converted from [alfred-workflow](https://github.com/mblode/alfred-trello).
* Note that there might be some code change or different actions from the original workflow.
* Marked original workflow's creator to author.