This script generates a bar graph for the number of cards in each list of a Trello board. The generated JSON file is to be used with Panic's Status Board.
- Clone this
RSTrelloStatusBoard
repo somewhere. - Open Terminal and navigate to the location chosen in step 1.
- Install the required gems via Bundler (
bundle install
) or individually (gem install ruby-trello
) - Open
trello_status_board.rb
and adjust the values inside the configuration block. - Open
trello_status_board.sh
and update the path to thetrello_status_board.rb
script to match where you've installed it. Optionally, uncomment theexport
line if you userbenv
- Open
com.rickjsilva.rstrellostatusboard.plist
and update itsProgramArguments
value to match where you are storing thetrello_status_board.sh
file you updated in step 5. - Copy
com.rickjsilva.rstrellostatusboard.plist
to~/Library/LaunchAgents/
- Open Termimal and run
launchctl load ~/Library/LaunchAgents/com.rickjsilva.rstrellostatusboard.plist
. This should generate the first version of your JSON file. - Go to Dropbox, get a shareable link for the JSON file and add it to Status Board on your iPad.
This project is licensed under the terms of the MIT License.