/Alfred-for-Trello

Create cards in Trello via @alfredapp for Mac

Primary LanguagePHP

Alfred for Trello - Workflow

Create cards in Trello via @alfredapp for Mac.

Download Alfred for Trello 1.5


image image image


##Setup

  1. Use the keyword "jello" to authorise Alfred for Trello to access your Trello information.
  2. Copy the token generated by Trello.com
  3. Open the Afred for Trello Workflow and enter the token in /bin/bash script: token=''
  4. Go to your Trello.com board that you wish to use and copy the Board ID. You can find the Board ID just before your board name. For example: https://trello.com/b/4f21cb176603c3/yourname/
  5. In the example above 4f21cb176603c3 is the board id.
  6. Enter the Board ID in /bin/bash script: boardid=''
  7. Within the Alfred for Trello workflow double click the Hotkey and set "Option + Command + t" or your preferred hotkey.

##Usage

  • trello card name; description

    Example: trello Do work!;seriously, do work;red;09/01/2015;Inbox

    Do work! - Card title

    seriously, do work - Card description

    red - Card label

    09/01/2015 - Card due date

    Inbox - List Name

      Make sure not to have any spaces after each ;
    

  • Alternatively you can select any text and press "Option + Command + t" (or your custom hotkey) to create a card in Trello with the selected text.