diff options
Diffstat (limited to 'README.gmi')
| -rw-r--r-- | README.gmi | 51 |
1 files changed, 26 insertions, 25 deletions
@@ -1,30 +1,30 @@ # X-1: fly around the small web at the speed of sound ```ASCII art image of a Bell X-1 in flight - ... - *=:::. - ---======- -+-..... - .#@@@@@@@= .+=-:....:++ - +@@@@@@@@# :-::.. ...*+ - :%@@@@@@@@@. =*+++==:.... - .*@@@@@@@@@@= -#%###**++-:.. - -@@@@@@@@@@@% .::-=*#@@#*#@@@@@@@%-. - ..:::----=====++#@@@@@@@@@@@@%%%@@@@@@@@@@%%#**@@@@@@@= - .-+#%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- - =*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@##%@@*%@@@@@@@@@@- .. - -+*. .#@@@@@@@@@@@@@@@@@@@@@@@@@@@%@@@@@@%%%%###- =- .=.==----==--:... - ...:::::=#@@@@#**+*##@@@#*%%%%%%%%##############******+==-:-=-:.-==-:.. ... - .:.:-==++++====::-----::---:-+%@@@@@@@@@@@@@#-... - . ...............=@@@@@@@@@@@@@@+.... - -@@@@@@@@@@@@@#. - -@@@@@@@@@@@@%- - -@@%%##@@@@@@= - =%++*=-=%@@@*. - =--*%%%::#@#: - *@+=#-+*%@%- - .*%****###@+. - ::..:::.::*@@@%%%%%#: - + ... + *=:::. + ---======- -+-..... + .#@@@@@@@= .+=-:....:++ + +@@@@@@@@# :-::.. ...*+ + :%@@@@@@@@@. =*+++==:.... + .*@@@@@@@@@@= -#%###**++-:.. + -@@@@@@@@@@@% .::-=*#@@#*#@@@@@@@%-. + ..:::----=====++#@@@@@@@@@@@@%%%@@@@@@@@@@%%#**@@@@@@@= + .-+#%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- + =*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@##%@@*%@@@@@@@@@@- .. + -+*. .#@@@@@@@@@@@@@@@@@@@@@@@@@@@%@@@@@@%%%%###- =- .=.==----==--:... +...:::::=#@@@@#**+*##@@@#*%%%%%%%%##############******+==-:-=-:.-==-:.. ... + .:.:-==++++====::-----::---:-+%@@@@@@@@@@@@@#-... + . ...............=@@@@@@@@@@@@@@+.... + -@@@@@@@@@@@@@#. + -@@@@@@@@@@@@%- + -@@%%##@@@@@@= + =%++*=-=%@@@*. + =--*%%%::#@#: + *@+=#-+*%@%- + .*%****###@+. + ::..:::.::*@@@%%%%%#: + ``` ## Prior art @@ -111,7 +111,7 @@ On any other nagivation, this context is cleared and next/previous actions won't * "tour p[revious]" goes back to the previous link in the tour * "tour g[o] i" takes an index and jumps to that position in the tour -* "tour s[et] x" takes a name to select *which* tour should become active - any unique prefix will work, but the precise name will be used if it doesn't match any existing tour +* "tour s[elect] x" takes a name to select *which* tour should become active - any unique prefix will work, but the precise name will be used if it doesn't match any existing tour * without this name it re-selects the default tour * the default tour is always active and empty upon startup * the named tours have their state preserved upon any change to them @@ -122,6 +122,7 @@ The config file is located at XDG_DATA_HOME/x-1/config.toml. This is usually und It contains the following configuration options: +* quiet (bool): disables automatic printing of pages upon navigation. default "false" * vim_keys (bool): whether to activate vim keybindings for the readline prompt. default "true" * default_scheme (string): the URL scheme to use in the "go" command when none is provided. default "gemini" * soft_wrap (int): the number of columns to wrap, or -1 to not add soft wrapping. default 72 |
