Reference list by position instead of name
You can reference a list by position instead of name in most commands that reference a list.
Simply type #N as the name of the list, where N is a number: #1, #2, #3, etc.
For example, this command will create a card in the second list on the board:
every monday, create a new card with title "Monday Meeting" in list "#2"
Notes:
- If a list actually called #N (i.e. #2 in this example) is present on the board, Butler will use that list regardless of its position.
- If the number N is higher than the number of lists on the board, a new list may be created if required to complete the command. The name of the list will be #N.