Config » History » Version 4
Per Amundsen, 07/28/2016 04:31 PM
| 1 | 4 | Per Amundsen | _Added in 1.9.3_ |
|---|---|---|---|
| 2 | 1 | Per Amundsen | |
| 3 | 4 | Per Amundsen | */config [-t] [tab] [search]* |
| 4 | 1 | Per Amundsen | |
| 5 | Opens the options form. |
||
| 6 | |||
| 7 | 4 | Per Amundsen | _Quotes can be used for tabs with multiple words._ |
| 8 | |||
| 9 | _Same as [[/options]]._ |
||
| 10 | |||
| 11 | *Switches* |
||
| 12 | |||
| 13 | -t - Selects the specified tab matching [text]. |
||
| 14 | |||
| 15 | 1 | Per Amundsen | *Parameters* |
| 16 | 3 | Per Amundsen | |
| 17 | 4 | Per Amundsen | [tab] - Used with -t Text of the option tab to set as selected. |
| 18 | 1 | Per Amundsen | [search] - Options to search/filter for. |
| 19 | 4 | Per Amundsen | |
| 20 | <pre> |
||
| 21 | ; Open options and search all tabs for the text "join" and select the "quick connect" tab if text was found. |
||
| 22 | /config -t "Quick Connect" join |
||
| 23 | |||
| 24 | ; Open options and select the "Messagea" tab. |
||
| 25 | /config -t Messages |
||
| 26 | |||
| 27 | ; Open options and search for the text "join" |
||
| 28 | /config join |
||
| 29 | </pre> |