about summary refs log tree commit diff stats
path: root/bollux.1
diff options
context:
space:
mode:
authorCase Duckworth2020-06-07 14:02:57 -0500
committerCase Duckworth2020-06-07 14:02:57 -0500
commit41e2c8da3d3253913fb58a61820b9341b16a8550 (patch)
tree68d188217e2d0c6e56585e7269e1841119a2a2f8 /bollux.1
parentSet timeout (diff)
downloadbollux-41e2c8da3d3253913fb58a61820b9341b16a8550.tar.gz
bollux-41e2c8da3d3253913fb58a61820b9341b16a8550.zip
Update documentation
Diffstat (limited to 'bollux.1')
-rw-r--r--bollux.132
1 files changed, 22 insertions, 10 deletions
diff --git a/bollux.1 b/bollux.1 index 4b6948d..122934d 100644 --- a/bollux.1 +++ b/bollux.1
@@ -1,6 +1,7 @@
1.TH bollux 1 0.3.0 1.TH bollux 1 0.4.0
2.SH NAME 2.SH NAME
3bollux \- gemini protocol browser written in bash(1) 3bollux \- gemini protocol browser written in
4.BR bash (1)
4.SH SYNOPSIS 5.SH SYNOPSIS
5.B bollux 6.B bollux
6.RI [ \-h ] 7.RI [ \-h ]
@@ -26,11 +27,11 @@ Be quiet: don't show any messages, even fatal ones
26.TP 27.TP
27.B \-v 28.B \-v
28Be verbose: show all messages, even debug ones 29Be verbose: show all messages, even debug ones
29.TP 30.\".TP
30.B \-c CONFIG 31.\".B \-c CONFIG
31Use CONFIG file to configure 32.\"Use CONFIG file to configure
32.BR bollux (1) 33.\".BR bollux (1)
33instead of the default: $XDG_CONFIG_HOME/bollux/bollux.conf. 34.\"instead of the default: $XDG_CONFIG_HOME/bollux/bollux.conf.
34.TP 35.TP
35.B URL 36.B URL
36The gemini URL to navigate to 37The gemini URL to navigate to
@@ -67,10 +68,21 @@ quit bollux
67If a new URL is selected, 68If a new URL is selected,
68.BR bollux (1) 69.BR bollux (1)
69will repeat the download-and-display loop with the new URL. 70will repeat the download-and-display loop with the new URL.
70.SH ISSUES 71.PP
71There is currently no history storage or recall. 72If the mimetype is other than text/*,
72.BR bollux (1) 73.BR bollux (1)
73can get confused on some URLs \-\- munging them correctly is an area of active research. 74will attempt to download the file to
75.B $BOLLUX_DOWNDIR
76(which defaults to '.').
77.PP
78.BR bollux (1)
79also supports the gopher protocol,
80which is browsed the same way as the gemini protocol
81(except the URL starts with 'gopher://').
82Gopher support is as of now rudimentary.
83.SH ISSUES
84Certificate handling needs to be much improved: TOFU needs to be implemented
85and bollux should be able to generate client certificates.
74.SH SEE ALSO 86.SH SEE ALSO
75.BR bollux.conf (5) 87.BR bollux.conf (5)
76.SH BUGS 88.SH BUGS