Blob


1 .\" Copyright (c) 2021 Omar Polo <op@omarpolo.com>
2 .\"
3 .\" Permission to use, copy, modify, and distribute this software for any
4 .\" purpose with or without fee is hereby granted, provided that the above
5 .\" copyright notice and this permission notice appear in all copies.
6 .\"
7 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
9 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
10 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
11 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
12 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
13 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
14 .Dd $Mdocdate: March 28 2021$
15 .Dt TELESCOPE 1
16 .Os
17 .Sh NAME
18 .Nm telescope
19 .Nd Gemini client
20 .Sh SYNOPSIS
21 .Nm
22 .Bk -words
23 .Op Fl hn
24 .Op Fl c Pa config
25 .Op Ar URL
26 .Ek
27 .Sh DESCRIPTION
28 .Nm
29 is an interactive browser for the Gemini protocol.
30 It is able to process text/gemini and more in general every text/* file.
31 .Nm
32 also features tabs, bookmarks and out-of-band TOFU verification.
33 .Pp
34 The arguments are as follows:
35 .Bl -tag -width tenletters
36 .It Fl h
37 Display version and usage.
38 .It Fl n
39 Configtest mode.
40 Only check the configuration file for validity.
41 .It Fl c Pa config
42 Specify an alternative configuration file.
43 By default
44 .Pa $HOME/.telescope/config
45 is loaded.
46 .El
47 .Sh TOFU
48 .Nm
49 aims to use the "Trust, but Verify (where appropriate)" approach.
50 The idea is to define three level of verification for a certificate:
51 .Bl -tag -width 12m
52 .It untrusted
53 the server fingerprint does NOT match the stored value
54 .It trusted
55 the server fingerprint matches the store one
56 .It verified
57 the fingerprint matches and has been verified out-of-band
58 .El
59 .Pp
60 Most of the time the
61 .Dq trusted
62 level is enough, but where is appropriate users should be able to
63 verify out-of-band the certificate.
64 .Pp
65 At the moment, there is no built-in support for an out-of-band
66 verification though.
67 .Pp
68 Known certificates are store in
69 .Pa ~/.telescope/known_hosts
70 with a format similar to the
71 .Xr ssh 1 Ns '
72 .Pa known_hosts
73 file.
74 Each line is a record and it's made up by three fields, separated by a
75 single space, according to the following format:
76 .Dq HOST HASH TRUSTED
77 where:
78 .Bl -tag -width 12m
79 .It HOST
80 the hostname, optionally followed by a colon (":") and a port number.
81 .It HASH
82 is the hash of the certificate, as outputted by
83 .Xr tls_peer_cert_hash 3 .
84 .It TRUSTED
85 a single digit.
86 0 means trusted, 1 verified.
87 .El
88 .Sh DEFAULT KEY BINDINGS
89 The default key bindings are very similar to GNU Emacs, but care has
90 been taken to include also bindings familiar for
91 .Xr vi 1
92 and
93 .Dq CUA
94 users.
95 In the following examples, C-x means Control-x, M-x means Meta-x,
96 where the Meta key may be either a special key on the keyboard or the
97 ALT key; otherwise ESC followed by the key X works as well, and C-M-x
98 means to press the key X together with both Control and Meta.
99 .Pp
100 Keys are usually a single character, like
101 .Sq p
102 or
103 .Sq n ,
104 but some special keys are accepted as well.
105 .Pp
106 .Bl -tag -width 16m -offset indent -compact
107 .It <up>
108 Up arrow
109 .It <down>
110 Down arrow
111 .It <left>
112 Left arrow
113 .It <right>
114 Right arrow
115 .It <prior>
116 Previous page/Page up
117 .It <next>
118 Next page/Page down
119 .It <home>
120 Home
121 .It <end>
122 End
123 .It <f0> thru <f63>
124 Function keys
125 .It del or backspace
126 Backspace
127 .It esc
128 Escape
129 .It space or spc
130 Space
131 .It enter or ret
132 Enter
133 .It tab
134 Tab
135 .It backtab
136 Depends on the configuration of the terminal emulator.
137 Usually is shift tab though.
138 .El
139 .Ss GNU Emacs-like keys
140 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
141 .It C-p
142 previous-line
143 .It C-n
144 next-line
145 .It C-f
146 forward-char
147 .It C-b
148 backward-char
149 .It M-{
150 backward-paragraph
151 .It M-}
152 forward-paragraph
153 .It C-a
154 move-beginning-of-line
155 .It C-e
156 move-end-of-line
157 .It M-v, M-space
158 scroll-up
159 .It C-v, space
160 scroll-down
161 .It M-<
162 beginning-of-buffer
163 .It M->
164 end-of-buffer
165 .It C-x C-c
166 kill-telescope
167 .It C-g
168 clear-minibuf
169 .It M-x
170 execute-extended-command
171 .It C-c {
172 dec-fill-column
173 .It C-c }
174 inc-fill-column
175 .It C-c p
176 previous-heading
177 .It C-c n
178 next-heading
179 .It >
180 load-url
181 .It C-x C-f
182 load-url
183 .It C-x M-f
184 load-current-url
185 .It C-x t 0
186 tab-close
187 .It C-x t 1
188 tab-close-other
189 .It C-x t 2
190 tab-new
191 .It C-x t o
192 tab-next
193 .It C-x t O
194 tab-previous
195 .It C-x t m
196 tab-move
197 .It C-x t M
198 tab-move-to
199 .It C-M-b
200 previous-page
201 .It C-M-f
202 next-page
203 .It <f7> a
204 bookmark-page
205 .It <f7> <f7>
206 list-bookmarks
207 .El
208 .Ss Xr vi 1 Ns -like keys
209 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
210 .It k
211 previous-line
212 .It j
213 next-line
214 .It l
215 forward-char
216 .It h
217 backward-char
218 .It {
219 backward-paragraph
220 .It }
221 forward-paragraph
222 .It ^
223 move-beginning-of-line
224 .It $
225 move-end-of-line
226 .It K
227 scroll-line-up
228 .It J
229 scroll-line-down
230 .It g g
231 beginning-of-buffer
232 .It G
233 end-of-buffer
234 .It g D
235 tab-close
236 .It g N
237 tab-new
238 .It g t
239 tab-next
240 .It g T
241 tab-previous
242 .It g M-t
243 tab-move
244 .It g M-T
245 tab-move-to
246 .It H
247 previous-page
248 .It L
249 next-page
250 .It q
251 kill-telescope
252 .It ESC
253 clear-minibuf
254 .It :
255 execute-extended-command
256 .El
257 .Ss CUA-like keys
258 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
259 .It <up>
260 previous-line
261 .It <down>
262 next-line
263 .It <right>
264 forward-char
265 .It <left>
266 backward-char
267 .It <prior>
268 scroll-up
269 .It <next>
270 scroll-down
271 .It C-w
272 tab-close
273 .It C-t
274 tab-new
275 .It M-<prior>
276 tab-previous
277 .It M-<next>
278 tab-next
279 .It M-<left>
280 previous-page
281 .It M-<right>
282 next-page
283 .El
284 .Ss Neither Emacs nor vi specific
285 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
286 .It <f1>
287 toggle-help
288 .It enter
289 push-button
290 .It M-enter
291 push-button-new-tab
292 .It M-tab
293 previous-button
294 .It backtab
295 previous-button
296 .It tab
297 next-button
298 .El
299 .Ss Minibuffer-specific keys
300 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
301 .It enter
302 mini-complete-and-exit
303 .It C-g
304 mini-abort
305 .It ESC
306 mini-abort
307 .It C-d
308 mini-delete-char
309 .It del
310 mini-delete-backward-char
311 .It backspace
312 mini-delete-backward-char
313 .It C-h
314 mini-delete-backward-char
315 .It C-b
316 backward-char
317 .It C-f
318 forward-char
319 .It <left>
320 backward-char
321 .It <right>
322 forward-char
323 .It C-e
324 move-end-of-line
325 .It C-a
326 move-beginning-of-line
327 .It <end>
328 move-end-of-line
329 .It <home>
330 move-beginning-of-line
331 .It C-k
332 mini-kill-line
333 .It M-p
334 mini-previous-history-element
335 .It M-n
336 mini-next-history-element
337 .It <up>
338 mini-previous-history-element
339 .It <down>
340 mini-next-history-element
341 .El
342 .Sh INTERACTIVE COMMANDS
343 Follows the documentation for the interactive commands.
344 These commands can be bound to a key or executed with
345 .Ic execute-extended-command .
346 .Ss Movement commands
347 .Bl -tag -width execute-extended-command -compact
348 .It Ic backward-char
349 Move point one character backward.
350 .It Ic backward-paragraph
351 Move point one paragraph backward.
352 .It Ic beginning-of-buffer
353 Move point to the beginning of the buffer.
354 .It Ic end-of-buffer
355 Move point to the end of the buffer.
356 .It Ic forward-char
357 Move point one character forward.
358 .It Ic forward-paragraph
359 Move point one paragraph forward.
360 .It Ic move-beginning-of-line
361 Move point at the beginning of the current (visual) line.
362 .It Ic move-end-of-line
363 Move point at the end of the current (visual) line.
364 .It Ic next-button
365 Move point to the next link.
366 .It Ic next-heading
367 Move point to the next heading.
368 .It Ic next-line
369 Move point to the next (visual) line, in the same column if possible.
370 .It Ic previous-button
371 Move point to the previous link.
372 .It Ic previous-heading
373 Move point to the previous heading.
374 .It Ic previous-line
375 Move point to the previous (visual) line.
376 .El
377 .Ss Bookmark-related commands
378 .Bl -tag -width execute-extended-command -compact
379 .It Ic bookmark-page
380 Add a link to the bookmark file.
381 It preloads the minibuffer with the current URL.
382 .It Ic list-bookmarks
383 Load the bookmarks page.
384 .El
385 .Ss Tab-related commands
386 .Bl -tag -width execute-extended-command -compact
387 .It Ic tab-close
388 Close the current tab.
389 .It Ic tab-close-other
390 Close all tabs but the current one.
391 .It Ic tab-move
392 Move the current tab after the next one, wrapping around if
393 needed.
394 .It Ic tab-move-to
395 Move the current tab before the previous one, wrapping around if needed.
396 .It Ic tab-new
397 Open a new tab.
398 .It Ic tab-next
399 Focus next tab, wrapping around eventually.
400 .It Ic tab-previous
401 Focus the previous tab, wrapping around eventually.
402 .El
403 .Ss Misc commands
404 .Bl -tag -width execute-extended-command -compact
405 .It Ic clear-minibuf
406 Clears the echo area.
407 .It Ic dec-fill-column
408 Decrements fill-column by two.
409 .It Ic execute-extended-command
410 Prompts for a command name using the minibuffer.
411 .It Ic kill-telescope
412 Quit
413 .Nm .
414 .It Ic inc-fill-column
415 Increments fill-column by two.
416 .It Ic load-current-url
417 Prompts for an URL, the minibuffer is preloaded with the current
418 one.
419 .It Ic load-url
420 Prompts for an URL.
421 .It Ic next-page
422 Load the next item in the history list.
423 .It Ic olivetti-mode
424 Toggle olivetti mode (i.e. horizontal centering of the lines of the
425 window.)
426 .It Ic previous-page
427 Load the previous item in the history list.
428 .It Ic push-button
429 Follow the link on the current line, or toggle the visibility of the
430 following preformatted block if called when the cursor is on the
431 heading of the block.
432 .It Ic push-button-new-tab
433 Follow the link on the current line on a new tab.
434 .It Ic redraw
435 Redraw the screen, useful if some background program messed up the
436 display.
437 .It Ic scroll-down
438 Scroll down by one visual page.
439 .It Ic scroll-line-down
440 Scroll down by one line.
441 .It Ic scroll-line-up
442 Scroll up by one line.
443 .It Ic scroll-up
444 Scroll up by one visual page.
445 .It Ic toggle-help
446 Toggle side window with help about available keys and their associated
447 interactive command.
448 .El
449 .Ss Minibuffer commands
450 .Bl -tag -width execute-extended-command -compact
451 .It Ic mini-abort
452 Abort the current minibuffer action.
453 .It Ic mini-complete-and-exit
454 Complete the current minibuffer action.
455 .It Ic mini-delete-backward-char
456 Delete the character before the point.
457 .It Ic mini-delete-char
458 Delete the character after the point.
459 .It Ic mini-kill-line
460 Delete from the point until the end of the line.
461 .It Ic mini-next-history-element
462 Load the previous history element.
463 .It Ic mini-previous-history-element
464 Load the next history element.
465 .El
466 .Ss Aliases
467 The following aliases are available during
468 .Ic execute-extended-command :
469 .Bl -tag -width 16m -compact
470 .It Ic tabn
471 .Ic tab-next
472 .It Ic tabnew
473 .Ic tab-new
474 .It Ic tabp
475 .Ic tab-previous
476 .It Ic q No and Ic wq
477 .Ic kill-telescope
478 .El
479 .Sh CONFIGURATION FILE
480 During the startup,
481 .Nm
482 reads the configuration file at
483 .Pa ~/.telescope/config
484 or the one given with the
485 .Fl c
486 flag.
487 .Pp
488 The format of the configuration file is fairly flexible.
489 The current line can be extended over multiple ones using a
490 backslash
491 .Pq Sq \e .
492 Comments can be put anywhere in the file using a hash mark
493 .Pq Sq # ,
494 and extend to the end of the current line, but backslashes can't be
495 used to extend comments over multiple lines.
496 .Pp
497 The following constructs are available:
498 .Bl -tag -width Ds
499 .It Ic bind Ar map Ar key Ar cmd
500 Bind
501 .Ar key
502 to the function
503 .Ar cmd
504 in the keymap
505 .Ar map .
506 Valid values for map are
507 .Dq global-map
508 .Pq i.e. when the user is viewing a page
509 and
510 .Dq minibuffer-map
511 .Pq i.e. when the minibuffer has the focus.
512 .Ar key
513 follows the same syntax described in
514 .Sx DEFAULT KEY BINDINGS
515 and all the possible functions are listed in
516 .Sx INTERACTIVE COMMANDS .
517 .It Ic proxy Ar proto Ic via Ar url
518 Use
519 .Ar url
520 as proxy for all URLs with
521 protocol
522 .Ar proto .
523 .Ar url
524 must be a Gemini URI without path, query and fragment component.
525 .It Ic set Ar opt No = Ar val
526 Set the option
527 .Ar opt
528 to the value
529 .Ar val .
530 Valid options are:
531 .Pp
532 .Bl -tag -width twelveletters -compact
533 .It enable-colors
534 .Pq integer
535 If not zero, enable colours.
536 By default is 1 if
537 .Ev NO_COLORS
538 is not set, 0 otherwise.
539 .It fill-column
540 .Pq integer
541 If greater than zero, lines of text will be formatted in a way that
542 don't exceed the given number of columns.
543 By default is 80.
544 .It hide-pre-blocks
545 .Pq integer
546 If nonzero, hide by default the body of the preformatted blocks.
547 By default is zero.
548 .Ic push-button
549 can be used to toggle the visibility per-block.
550 .It hide-pre-context
551 .Pq integer
552 If nonzero, hide the start and end line of the preformatted blocks.
553 If both hide-pre-context and hide-pre-blocks are nonzero, preformatted
554 blocks are irremediably hidden.
555 By default is zero.
556 .It new-tab-url
557 .Pq string
558 URL for the new tab page.
559 By default is
560 .Dq about:new .
561 .It olivetti-mode
562 .Pq integer
563 Enable
564 .Ic olivetti-mode
565 if non zero.
566 By default is 1.
567 .El
568 .It Ic style Ar name Ar option
569 Change the styling of the element identified by
570 .Ar name .
571 Multiple options may be specified within curly braces.
572 Valid style identifiers are:
573 .Bl -tag -width 16m -compact -offset Ds
574 .It line
575 for the area outside the lines in the body of the page.
576 .It line.text
577 for text lines.
578 .It line.link
579 for link lines.
580 .It line.title1..3
581 for headingse
582 .It line.item
583 for item lines.
584 .It line.quote
585 for quotes.
586 .It line.pre.start
587 for the heading of a preformatted block.
588 .It line.pre
589 for the content of a preformatted block.
590 .It line.pre.end
591 for the closing line of a preformatted block.
592 .It minibuffer
593 for the minibuffer
594 .Dq i.e. the last line of the window
595 .It modeline
596 for the modeline
597 .Dq i.e. the info line right above the minibuffer
598 .It tabline
599 for the tabline.
600 .It tabline.tab
601 for the non-focused tabs.
602 .It tabline.current
603 for the focused tab.
604 .El
605 .Pp
606 Valid options are:
607 .Bl -tag -width Ds
608 .It Ic attr Ar prefix Oo Ar line Oo Ar trail Oc Oc
609 Sets the text attributes.
610 If only one value is given,
611 .Ar line
612 and
613 .Ar trail
614 default to that; if two values are given then
615 .Ar trail
616 defaults to
617 .Ar prefix .
618 Each attribute is a comma-separated list of keywords:
619 .Bl -tag -width underline -compact -offset Ds
620 .It Ic normal
621 no attributes.
622 .It Ic standout
623 best highlighting mode for the terminal.
624 .It Ic underline
625 underlines the text.
626 .It Ic reverse
627 reverses background/foreground colors.
628 .It Ic blink
629 makes the text blinking.
630 .It Ic dim
631 half bright.
632 .It Ic bold
633 extra bright or bold.
634 .El
635 .Pp
636 Only the styles under the
637 .Dq line.
638 prefix accept up to three attributes.
639 The other will only use the first one given.
640 .It Ic bg Ar prefix Oo Ar line Oo Ar trail Oc Oc
641 Sets the background color.
642 Follows the same behaviour as
643 .Ic attr
644 regarding the optional parameters.
645 The colour is one of black, red, green, yellow, blue,
646 magenta, cyan and white; colour0 to colour255
647 .Pq or color0 to color255
648 from the 256-colour set;
649 default for the default colour.
650 .It Ic fg Ar prefix Oo Ar line Oo Ar trail Oc Oc
651 Sets the foreground color.
652 It behaves just like
653 .Ic bg .
654 .It Ic prefix Ar prfx Op Ar cont
655 Sets the prefix for the current line type to
656 .Ar prfx
657 and
658 .Ar cont
659 as the prefix for the continuation lines
660 .Pq i.e. when a long line gets wrapped.
661 If
662 .Ar cont
663 is not given its value will be the same of
664 .Ar prfx .
665 .El
666 .El
667 .Sh FILES
668 .Bl -tag -width Ds -compact
669 .It Pa ~/.telescope/bookmarks.gmi
670 Holds the bookmarks.
671 .It Pa ~/.telescope/config
672 Default configuration file.
673 .It Pa ~/.telescope/known_hosts
674 Contains a list of host keys for all the hosts the user has visited.
675 See the TOFU section for more info.
676 .It Pa ~/.telescope/session
677 Contains the list of opened tabs in the last session, one per line.
678 Gets written on
679 .Ic kill-telescope
680 and loaded on startup.
681 .El
682 .Sh EXAMPLES
683 The following is my config file:
684 .Bd -literal -offset indent
685 # enable colors regardless of $NO_COLOR
686 set enable-colors = 1
688 style line.item {
689 prefix " • " " "
692 style line.link {
693 prefix "→ " " "
696 style line.quote {
697 prefix " ┃ "
699 .Ed
700 .Pp
701 It's possible to browse
702 .Dq the small web
703 .Pq i.e. simple websites
704 by using programs like the duckling-proxy by defining a proxy in
705 .Pa ~/.telescope/config :
706 .Bd -literal -offset indent
707 proxy http via "gemini://localhost:1965"
708 proxy https via "gemini://localhost:1965"
709 .Ed
710 .Pp
711 To load
712 .Nm
713 without any configuration use
714 .Bd -literal -offset indent
715 telescope -c /dev/null
716 .Ed
717 .Sh AUTHORS
718 .An -nosplit
719 The
720 .Nm
721 program was written by
722 .An Omar Polo Aq Mt op@omarpolo.com .