summaryrefslogtreecommitdiff
path: root/README.gmi
diff options
context:
space:
mode:
authorT <t@tjp.lol>2025-03-24 21:15:22 -0600
committerT <t@tjp.lol>2025-03-24 21:15:30 -0600
commit52826ae8183a1510c65aa63f5459f94c4d9ad4d7 (patch)
tree0537ae2f79375d5b351e408330155e676fdf4a4a /README.gmi
parentce6c5364068413fdfb40eca55fb4445e1cd49ff1 (diff)
complete documentation of config options, fix one option name
Diffstat (limited to 'README.gmi')
-rw-r--r--README.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.gmi b/README.gmi
index 4a7eebe..8bb102d 100644
--- a/README.gmi
+++ b/README.gmi
@@ -125,5 +125,8 @@ It has a "[main]" section with the following configuration options:
* 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
* download_folder (string): path at which to store files saved by the "save" command. default $HOME
+* pager (string): whether to run the "less" pager ("auto", "always", or "never"). default "auto"
+* timeout (string): how long to allow servers to take responding to requests, in go's duration formats. default "10s"
+* saved_history_depth (int): how many items of history to keep. default 30
Then a "[handlers]" section contains mappings of mimetypes to shell commands which should be used to handle them.