fmt.Println("\nThis message can be a bit unclear. If you don't understand the error you can open up an issue and I'll try to help you. Please post your config.toml in the issue.")
Used for the tag type, so here you set the tag. If you have multiple you seperate them with a space.
Used for the tag type, so here you set the tag. If you have multiple you separate them with a space.
**data**=*""*
## keys
@ -246,7 +246,6 @@ type=\"list-split\"
data=\"column\"
shortcut=\"c\"
## type
The action you want to run.
@ -387,6 +386,20 @@ Enable notifications for new posts.
# OPEN-CUSTOM
This section is \[open-custom\] in your configuration file
Example:
\[\[open-custom.programs\]\]
program = \'chromium\'
terminal = false
hint = \"\[C\]hrome\"
keys = \[\"c\", \"C\"\]
\[\[open-custom.programs\]\]
program = \'imv\'
terminal = false
hint = \"\[I\]mv\"
keys = \[\"i\", \"I\"\]\"
# OPEN-CUSTOM.PROGRAMS
This section is \[\[open-custom.programs\]\] in your configuration file. You can have multiple of them.
@ -534,19 +547,19 @@ The highlight color of for key hints
**controls-highlight**=*""*
## autocomplete-background
The background color in dropdowns and autocompletions
The background color in drop-downs and autocompletions
**autocomplete-background**=*""*
## autocomplete-text
The text color in dropdowns at autocompletions
The text color in drop-downs at autocompletions
**autocomplete-text**=*""*
## autocomplete-selected-background
The background color for selected value in dropdowns and autocompletions
The background color for selected value in drop-downs and autocompletions
**autocomplete-selected-background**=*""*
## autocomplete-selected-text
The text color for selected value in dropdowns and autocompletions
The text color for selected value in drop-downs and autocompletions
**autocomplete-selected-text**=*""*
## button-color-one
@ -570,7 +583,7 @@ This section is \[input\] in your configuration file
In this section you set the keys to be used in tut.
The hint option lets you set which part of the hint that will be highlighted in tut. E.g. \[F\]avorite results in a highlighted F and the rest of the text is displayed normaly.
The hint option lets you set which part of the hint that will be highlighted in tut. E.g. \[F\]avorite results in a highlighted F and the rest of the text is displayed normally.
Some of the options can be in two states, like favorites, so there you can set the hint-alt option to something like Un\[F\]avorite.
Examples:
@ -579,7 +592,7 @@ Examples:
\"\[Enter\]\" = Enter where everything is highlighted
\"Yan\[K\]\" = YanK with a highlighted K
The keys option lets you define what key that should be pressed. This is limited to on character only and they are case sensetive.
The keys option lets you define what key that should be pressed. This is limited to on character only and they are case sensitive.