Different Board/Multiple Board?
Zenuncl opened this issue · 1 comments
Zenuncl commented
For example, I have one board for my work and one for my personal project (Or even multiple board for multiple projects). Right now, everytime I need switch (Ex. Going to office from home) I have to edit the config file to edit the board ID.
I just woundering if its possible to put board ID into command or make it easier to change/switch
Zenuncl commented
OK, I think I found a way to solve it, its little bit hard to do but its possible.
In /bin/bash config, there is a line of code say:
php -f script.php -- "${token};${boardid};{query}"
if I just remove
;${boardid}this part. I can type boardid manually into Alfred input box and put it before everything
Such as
- board id;trello card name; description
it works, but hard to control. Is that possible to get all your board before add anyway?