joaohornburg / trello-priorities

Takes all cards in a Trello list and prefixes them with their position in that list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trello-priorities

Takes all cards in a Trello list and prefixes them with their position in that list.

Before

image

After

image

how to use it

Make sure you have Ruby and Bundler installed on your machine.

Install dependencies:

bundle install

Run it:

bundle exec ruby trello_priorities.rb

how to change stored config

TrelloPriorities stores auth credentials and board_id in config.yml.

Best way to change boardId is to edit it in config.yml.

If you need to regenerate your authentication credentials, simply delete config.yml before runnuing trello_priorities.

About

Takes all cards in a Trello list and prefixes them with their position in that list

License:MIT License


Languages

Language:Ruby 100.0%