Blob


1 .\" Copyright (c) 2021, 2022 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: January 05 2022$
15 .Dt TELESCOPE 1
16 .Os
17 .Sh NAME
18 .Nm telescope
19 .Nd multi-protocol browser
20 .Sh SYNOPSIS
21 .Nm
22 .Bk -words
23 .Op Fl ChnSv
24 .Op Fl c Ar config
25 .Op Ar URL
26 .Ek
27 .Sh DESCRIPTION
28 .Nm
29 is an interactive browser that supports the Finger, Gemini and Gopher
30 protocols.
31 .Nm
32 features tabs, a minibuffer, interactive completions, bookmarks and
33 out-of-band TOFU verification.
34 .Pp
35 The arguments are as follows:
36 .Bl -tag -width xxxxxxxxxxxxx
37 .It Fl C , Fl -colours
38 Show all available colors and exit.
39 This option can also be spelled
40 .Fl -colors .
41 .It Fl c Ar config
42 Specify an alternative configuration file.
43 By default
44 .Pa ~/.config/telescope/config
45 is loaded.
46 .It Fl h , Fl -help
47 Display version, usage and exit.
48 .It Fl n
49 Configtest mode.
50 Only check the configuration file for validity.
51 .It Fl S , Fl -safe
52 .Dq Safe
53 .Pq or Dq sandbox
54 mode.
55 Prevent
56 .Nm
57 from writing files to the disk and to acquire the lock, allowing to
58 run multiple instances at the same time.
59 .Nm
60 still loads the session file and the custom about pages.
61 .It Fl v , Fl -version
62 Display version and exit.
63 .El
64 .Sh UI CONCEPTS
65 .Nm
66 interface is divided into four areas: the tabline, the body, the
67 modeline and the echoarea/minibuffer.
68 .Pp
69 The tabline is always at the top of the screen and displays the tabs
70 separated by a vertical line.
71 When there are more tabs than the size of the window allow to display,
72 the characters
73 .Sq \&<
74 or
75 .Sq \&>
76 are shown at the start/end of the tabline to indicate that there are
77 more tabs in that direction.
78 .Pp
79 The body occupies the majority of the visible area.
80 It contains the current page and optionally a side window.
81 .Pp
82 The modeline is the second to last row of the screen.
83 It shows some information about the page: a spinner when the page is
84 loading, the trust level, the document type, the scroll offset and the
85 URL.
86 .Pp
87 The echoarea is usually the last line of the screen.
88 Messages are often showed there, and link addresses too.
89 The echoarea is also used to obtain input from the user.
90 When commands like
91 .Ic swiper
92 or
93 .Ic link-select
94 are invoked, the minibuffer area grows to show possible completions.
95 .Sh TOFU
96 .Nm
97 aims to use the
98 .Dq Trust, but Verify Pq where appropriate
99 approach for
100 TOFU
101 .Pq Dq Trust On First Use .
102 The idea is to define three level of verification for a certificate:
103 .Bl -tag -width 12m
104 .It untrusted
105 .Pq Sq \&!
106 the server fingerprint does NOT match the stored value.
107 .It trusted
108 .Pq Sq v
109 the server fingerprint matches the store one.
110 .It verified
111 .Pq Sq V
112 the fingerprint matches and has been verified out-of-band.
113 .El
114 .Pp
115 The trust level of the page is indicated in the modeline with the
116 indicated character.
117 .Pp
118 Most of the time the
119 .Dq trusted
120 level is enough, but where is appropriate users should be able to
121 verify out-of-band the certificate.
122 .Pp
123 At the moment, there is no built-in support for an out-of-band
124 verification though.
125 .Sh SUPPORTED PROTOCOLS
126 The following protocols are supported:
127 .Bl -tag -width gemini://
128 .It about:
129 About pages are
130 .Nm
131 internal page.
132 See about:about for a list of all these pages.
133 .It file://
134 File types know to
135 .Nm ,
136 such as .gmi, .gemini, .txt, .md, .markdown, .diff or .patch, can be
137 viewed inside the application.
138 Types of local files are detected solely based on the file extension.
139 On some systems, such as
140 .Ox ,
141 only files inside special directories
142 .Pq like Pa /tmp No or Pa ~/Downloads
143 are available.
144 .It finger://
145 Finger URLs are interpreted as follows:
146 .Bl -bullet -compact
147 .It
148 the host is determined by the host name portion of the URL
149 .It
150 if the user portion of the URL is provided, it's interpreted as the
151 user to finger, otherwise the path component will be used
152 .El
153 thus
154 .Lk finger://user@hostname
155 and
156 .Lk finger://hostname/user
157 are treated as the same URL.
158 .It gemini://
159 Gemini is fully supported, with the exception of client-certificates.
160 .It gopher://
161 Gopher support is limited to items type 0, 1 and 7.
162 All text is assumed to be encoded in UTF-8 (or ASCII).
163 .El
164 .Pp
165 User-entered URLs, given as argument on the command line or entered
166 with
167 .Ic load-url ,
168 are intepreted with a simple heuristic:
169 .Bl -bullet -compact
170 .It
171 if it's a proper absolute URL then use it as-is,
172 .It
173 if it starts with
174 .Dq ./
175 or
176 .Dq /
177 assume it's a file:// URL,
178 .It
179 otherwise assume it's a Gemini URL.
180 .El
181 .Sh CONFIGURATION FILE
182 During the startup,
183 .Nm
184 reads the configuration file at
185 .Pa ~/.config/telescope/config
186 or
187 .Pa ~/.telescope/config .
188 .Pp
189 It's possible to load a custom configuration file using the
190 .Fl c
191 flag.
192 .Pp
193 .Nm
194 will also load a file called
195 .Pa config-TERM ,
196 where
197 .Dq TERM
198 is the name of the terminal type
199 .Pq i.e. the TERM environment variable ,
200 if it exists.
201 .Pp
202 The format of the configuration file is fairly flexible.
203 The current line can be extended over multiple ones using a
204 backslash
205 .Pq Sq \e .
206 Comments can be put anywhere in the file using a hash mark
207 .Pq Sq # ,
208 and extend to the end of the current line, but backslashes can't be
209 used to extend comments over multiple lines.
210 .Pp
211 The following constructs are available:
212 .Bl -tag -width Ds
213 .It Ic bind Ar map Ar key Ar cmd
214 Bind
215 .Ar key
216 to the function
217 .Ar cmd
218 in the keymap
219 .Ar map .
220 Valid values for map are
221 .Dq global-map
222 .Pq i.e. when the user is viewing a page
223 and
224 .Dq minibuffer-map
225 .Pq i.e. when the minibuffer has the focus.
226 .Ar key
227 follows the same syntax described in
228 .Sx DEFAULT KEY BINDINGS
229 and all the possible functions are listed in
230 .Sx INTERACTIVE COMMANDS .
231 .It Ic proxy Ar proto Ic via Ar url
232 Use
233 .Ar url
234 as proxy for all URLs with
235 protocol
236 .Ar proto .
237 .Ar url
238 must be a Gemini URI without path, query and fragment component.
239 .It Ic set Ar opt No = Ar val
240 Set the option
241 .Ar opt
242 to the value
243 .Ar val .
244 Valid options are:
245 .Pp
246 .Bl -tag -width twelveletters -compact
247 .It Ic autosave
248 .Pq integer
249 If greater than zero, save the session after the specified amount of
250 seconds after some events happens
251 .Pq new or closed tabs, visited a link ...
252 Defaults to 20.
253 .It Ic dont-wrap-pre
254 .Pq integer
255 If nonzero, don't wrap preformatted blocks.
256 Defaults to 0.
257 .It Ic download-path
258 .Pq string
259 The default download path.
260 Defaults to
261 .Pa /tmp .
262 .It Ic emojify-link
263 .Pq integer
264 If nonzero, when the text of a link starts with an emoji followed by a
265 space, use that emoji as line prefix.
266 Defaults to 1.
267 .It Ic enable-colors
268 .Pq integer
269 If nonzero, enable colours.
270 Defaults to 0 if
271 .Ev NO_COLORS
272 is set, 1 otherwise.
273 .It Ic fill-column
274 .Pq integer
275 If greater than zero, lines of text will be formatted in a way that
276 don't exceed the given number of columns.
277 Defaults to 80.
278 .It Ic fringe-ignore-offset
279 .Pq integer
280 If nonzero, the fringe doesn't obey to
281 .Ic olivetti-mode .
282 Defaults to 1.
283 .It Ic hide-pre-blocks
284 .Pq integer
285 If nonzero, hide by default the body of the preformatted blocks.
286 Defaults to zero.
287 .Ic push-button
288 can be used to toggle the visibility per-block.
289 .It Ic hide-pre-closing-line
290 .Pq integer
291 If nonzero, hide the closing line of preformatted blocks.
292 Defaults to 0.
293 .It Ic hide-pre-context
294 .Pq integer
295 If nonzero, hide the start and end line of the preformatted blocks.
296 If both hide-pre-context and hide-pre-blocks are nonzero, preformatted
297 blocks are irremediably hidden.
298 Defaults to zero.
299 .It Ic new-tab-url
300 .Pq string
301 URL for the new tab page.
302 Defaults to
303 .Dq about:new .
304 .It Ic max-killed-tabs
305 .Pq integer
306 The maximum number of closed tabs to keep track of, defaults to 10.
307 Must be a positive number; if zero, don't save closed tabs at all.
308 .It Ic olivetti-mode
309 .Pq integer
310 If nonzero, enable
311 .Ic olivetti-mode
312 Defaults to 1.
313 .It Ic tab-bar-show
314 .Pq integer
315 If tab-bar-show is -1 hide the tab bar permanently, if 0 show it
316 unconditionally.
317 If it's 1, show the bar only when there is more than one tab.
318 Defaults to 1.
319 .It Ic update-title
320 .Pq integer
321 If nonzero, set the terminal title to the page title.
322 Defaults to 1.
323 .El
324 .It Ic style Ar name Ar option
325 Change the styling of the element identified by
326 .Ar name .
327 Multiple options may be specified within curly braces.
328 Valid style identifiers are:
329 .Bl -tag -width line.download.ongoing -compact -offset Ds
330 .It line
331 the area outside the lines in the body of the page.
332 .It line.compl
333 the completions.
334 .It line.compl.current
335 the current completion.
336 .It line.help
337 text in the *Help* buffer.
338 .It line.download.ongoing
339 an ongoing download
340 .It line.download.done
341 a completed download
342 .It line.download.info
343 informational text in the *Downloads* buffer.
344 .It line.fringe
345 .Pq virtual
346 lines draw after the end of a buffer.
347 .It line.text
348 text lines.
349 .It line.link
350 link lines.
351 .It line.title1..3
352 headings
353 .It line.item
354 item lines.
355 .It line.quote
356 quotes.
357 .It line.pre.start
358 the heading of a preformatted block.
359 .It line.pre
360 the content of a preformatted block.
361 .It line.pre.end
362 the closing line of a preformatted block.
363 .It download
364 the download pane
365 .It minibuffer
366 the minibuffer.
367 .It modeline
368 the modeline.
369 .It tabline
370 the tabline.
371 .It tabline.tab
372 the non-focused tabs.
373 .It tabline.current
374 the focused tab.
375 .El
376 .Pp
377 Valid options are:
378 .Bl -tag -width Ds
379 .It Ic attr Ar prefix Oo Ar line Oo Ar trail Oc Oc
380 Sets the text attributes.
381 If only one value is given,
382 .Ar line
383 and
384 .Ar trail
385 default to that; if two values are given then
386 .Ar trail
387 defaults to
388 .Ar prefix .
389 Each attribute is a comma-separated list of keywords:
390 .Bl -tag -width underline -compact -offset Ds
391 .It Ic normal
392 no attributes.
393 .It Ic standout
394 best highlighting mode for the terminal.
395 .It Ic underline
396 underlines the text.
397 .It Ic reverse
398 reverses background/foreground colors.
399 .It Ic blink
400 makes the text blinking.
401 .It Ic dim
402 half bright.
403 .It Ic bold
404 extra bright or bold.
405 .El
406 .Pp
407 Only the style identifiers with the
408 .Dq line.
409 prefix accept up to three attributes.
410 The other will only use the first one given.
411 .It Ic bg Ar prefix Oo Ar line Oo Ar trail Oc Oc
412 Sets the background color.
413 Follows the same behaviour as
414 .Ic attr
415 regarding the optional parameters.
416 The colour is one of black, red, green, yellow, blue,
417 magenta, cyan and white; colour0 to colour255
418 .Pq or color0 to color255
419 from the 256-colour set;
420 default for the default colour.
421 .It Ic fg Ar prefix Oo Ar line Oo Ar trail Oc Oc
422 Sets the foreground color.
423 It behaves just like
424 .Ic bg .
425 .It Ic prefix Ar prfx Op Ar cont
426 Sets the prefix for the current line type to
427 .Ar prfx
428 and
429 .Ar cont
430 as the prefix for the continuation lines
431 .Pq i.e. when a long line gets wrapped.
432 If
433 .Ar cont
434 is not given its value will be the same of
435 .Ar prfx .
436 .El
437 .El
438 .Sh DEFAULT KEY BINDINGS
439 The default key bindings are very similar to GNU Emacs, but care has
440 been taken to include also bindings familiar for
441 .Xr vi 1
442 and
443 .Dq CUA
444 users.
445 In the following examples, C-x means Control-x, M-x means Meta-x,
446 where the Meta key may be either a special key on the keyboard or the
447 ALT key; otherwise ESC followed by the key X works as well, and C-M-x
448 means to press the key X together with both Control and Meta.
449 .Pp
450 Keys are usually a single character, like
451 .Sq p
452 or
453 .Sq n ,
454 but some special keys are accepted as well.
455 .Pp
456 .Bl -tag -width 16m -offset indent -compact
457 .It <up>
458 Up arrow
459 .It <down>
460 Down arrow
461 .It <left>
462 Left arrow
463 .It <right>
464 Right arrow
465 .It <prior>
466 Previous page/Page up
467 .It <next>
468 Next page/Page down
469 .It <home>
470 Home
471 .It <end>
472 End
473 .It <f0> thru <f63>
474 Function keys
475 .It del or backspace
476 Backspace
477 .It esc
478 Escape
479 .It space or spc
480 Space
481 .It enter or ret
482 Enter
483 .It tab
484 Tab
485 .It backtab
486 Depends on the configuration of the terminal emulator; usually shift
487 tab.
488 .El
489 .Ss GNU Emacs-like keys
490 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
491 .It C-p
492 previous-line
493 .It C-n
494 next-line
495 .It C-f
496 forward-char
497 .It C-b
498 backward-char
499 .It M-{
500 backward-paragraph
501 .It M-}
502 forward-paragraph
503 .It C-a
504 move-beginning-of-line
505 .It C-e
506 move-end-of-line
507 .It M-v, M-space
508 scroll-up
509 .It C-v, space
510 scroll-down
511 .It M-<
512 beginning-of-buffer
513 .It M->
514 end-of-buffer
515 .It C-x C-c
516 kill-telescope
517 .It C-g
518 clear-minibuf
519 .It M-x
520 execute-extended-command
521 .It C-c {
522 dec-fill-column
523 .It C-c }
524 inc-fill-column
525 .It C-c p
526 previous-heading
527 .It C-c n
528 next-heading
529 .It >
530 load-url
531 .It <
532 load-current-url
533 .It C-x C-f
534 load-url
535 .It C-x M-f
536 load-current-url
537 .It C-x o
538 other-window
539 .It C-x t 0
540 tab-close
541 .It C-x t 1
542 tab-close-other
543 .It C-x t 2
544 tab-new
545 .It C-x t o
546 tab-next
547 .It C-x t O
548 tab-previous
549 .It C-x t m
550 tab-move
551 .It C-x t M
552 tab-move-to
553 .It B, C-M-b
554 previous-page
555 .It F, C-M-f
556 next-page
557 .It <f7> a
558 bookmark-page
559 .It <f7> <f7>
560 list-bookmarks
561 .It C-z
562 suspend-telescope
563 .El
564 .Ss Xr vi 1 Ns -like keys
565 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
566 .It k
567 previous-line
568 .It j
569 next-line
570 .It l
571 forward-char
572 .It h
573 backward-char
574 .It {
575 backward-paragraph
576 .It }
577 forward-paragraph
578 .It ^
579 move-beginning-of-line
580 .It $
581 move-end-of-line
582 .It K
583 scroll-line-up
584 .It J
585 scroll-line-down
586 .It g g
587 beginning-of-buffer
588 .It G
589 end-of-buffer
590 .It g D
591 tab-close
592 .It g N
593 tab-new
594 .It g t
595 tab-next
596 .It g T
597 tab-previous
598 .It g M-t
599 tab-move
600 .It g M-T
601 tab-move-to
602 .It H
603 previous-page
604 .It L
605 next-page
606 .It u
607 tab-undo-close
608 .It q
609 kill-telescope
610 .It ESC
611 clear-minibuf
612 .It :
613 execute-extended-command
614 .El
615 .Ss CUA-like keys
616 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
617 .It <up>
618 previous-line
619 .It <down>
620 next-line
621 .It <right>
622 forward-char
623 .It <left>
624 backward-char
625 .It <home>
626 move-beginning-of-line
627 .It <end>
628 move-end-of-line
629 .It <prior>
630 scroll-up
631 .It <next>
632 scroll-down
633 .It C-w
634 tab-close
635 .It C-t
636 tab-new
637 .It M-<prior>
638 tab-previous
639 .It M-<next>
640 tab-next
641 .It del
642 previous-page
643 .It M-<left>
644 previous-page
645 .It M-<right>
646 next-page
647 .It <f5>
648 reload-page
649 .It r
650 reload-page
651 .El
652 .Ss Neither Emacs nor vi specific
653 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
654 .It <f1>
655 toggle-help
656 .It enter
657 push-button
658 .It M-enter
659 push-button-new-tab
660 .It M-tab
661 previous-button
662 .It backtab
663 previous-button
664 .It tab
665 next-button
666 .It M-t
667 tab-select
668 .It \&[
669 tab-previous
670 .It \&]
671 tab-next
672 .It M-\&[
673 tab-move-to
674 .It M-\&]
675 tab-move
676 .It M-l
677 link-select
678 .It M-/
679 swiper
680 .It M-r
681 reply-last-input
682 .El
683 .Ss Minibuffer-specific keys
684 .Bl -tag -width xxxxxxxxxxxx -offset indent -compact
685 .It enter
686 mini-complete-and-exit
687 .It C-g
688 mini-abort
689 .It ESC
690 mini-abort
691 .It C-d
692 mini-delete-char
693 .It del
694 mini-delete-backward-char
695 .It backspace
696 mini-delete-backward-char
697 .It C-h
698 mini-delete-backward-char
699 .It C-b
700 backward-char
701 .It C-f
702 forward-char
703 .It <left>
704 backward-char
705 .It <right>
706 forward-char
707 .It C-e
708 move-end-of-line
709 .It C-a
710 move-beginning-of-line
711 .It <end>
712 move-end-of-line
713 .It <home>
714 move-beginning-of-line
715 .It C-k
716 mini-kill-line
717 .It M-p
718 mini-previous-history-element
719 .It M-n
720 mini-next-history-element
721 .It C-p
722 previous-completion
723 .It C-n
724 next-completion
725 .It <up>
726 previous-completion
727 .It <down>
728 next-completion
729 .It tab
730 insert-current-candidate
731 .It M-<
732 mini-goto-beginning
733 .It M->
734 mini-goto-end
735 .El
736 .Sh INTERACTIVE COMMANDS
737 Follows the documentation for the interactive commands.
738 These commands can be bound to a key or executed with
739 .Ic execute-extended-command .
740 .Ss Movement commands
741 .Bl -tag -width execute-extended-command -compact
742 .It Ic backward-char
743 Move point one character backward.
744 .It Ic backward-paragraph
745 Move point one paragraph backward.
746 .It Ic beginning-of-buffer
747 Move point to the beginning of the buffer.
748 .It Ic end-of-buffer
749 Move point to the end of the buffer.
750 .It Ic forward-char
751 Move point one character forward.
752 .It Ic forward-paragraph
753 Move point one paragraph forward.
754 .It Ic insert-current-candidate
755 Copy the current selection text as minibuffer input.
756 .It Ic move-beginning-of-line
757 Move point at the beginning of the current (visual) line.
758 .It Ic move-end-of-line
759 Move point at the end of the current (visual) line.
760 .It Ic next-button
761 Move point to the next link.
762 .It Ic next-completion
763 Select the next completion.
764 .It Ic next-heading
765 Move point to the next heading.
766 .It Ic next-line
767 Move point to the next (visual) line, in the same column if possible.
768 .It Ic previous-button
769 Move point to the previous link.
770 .It Ic previous-completion
771 Select the previous completion.
772 .It Ic previous-heading
773 Move point to the previous heading.
774 .It Ic previous-line
775 Move point to the previous (visual) line.
776 .El
777 .Ss Bookmark-related commands
778 .Bl -tag -width execute-extended-command -compact
779 .It Ic bookmark-page
780 Save a page in the bookmark file.
781 It preloads the minibuffer with the current URL.
782 .It Ic list-bookmarks
783 Load the bookmarks page.
784 .El
785 .Ss Tab-related commands
786 .Bl -tag -width execute-extended-command -compact
787 .It Ic tab-close
788 Close the current tab.
789 .It Ic tab-close-other
790 Close all tabs but the current one.
791 .It Ic tab-move
792 Move the current tab after the next one, wrapping around if
793 needed.
794 .It Ic tab-move-to
795 Move the current tab before the previous one, wrapping around if needed.
796 .It Ic tab-new
797 Open a new tab.
798 .It Ic tab-next
799 Focus next tab, wrapping around eventually.
800 .It Ic tab-previous
801 Focus the previous tab, wrapping around eventually.
802 .It Ic tab-select
803 Switch to a tab using the minibuffer.
804 .It Ic tab-undo-close
805 Re-open the most recently closed tab, if any.
806 .El
807 .Ss Misc commands
808 .Bl -tag -width execute-extended-command -compact
809 .It Ic cache-info
810 Show cache stats.
811 .It Ic clear-minibuf
812 Clear the echo area.
813 .It Ic dec-fill-column
814 Decrement fill-column by two.
815 .It Ic execute-extended-command
816 Execute an internal command.
817 .It Ic kill-telescope
818 Quit
819 .Nm .
820 .It Ic inc-fill-column
821 Increment fill-column by two.
822 .It Ic link-select
823 Select and visit a link using the minibuffer.
824 .It Ic load-current-url
825 Edit the current URL.
826 .It Ic load-url
827 Prompt for an URL.
828 .It Ic next-page
829 Go forward in the page history.
830 .It Ic olivetti-mode
831 Toggle olivetti mode (i.e. horizontal centering of the lines of the
832 window.)
833 .It Ic other-window
834 Select the other window.
835 .It Ic previous-page
836 Go backward in the page history.
837 .It Ic push-button
838 Follow link at point, or toggle the visibility of the following
839 preformatted block if called when the cursor is on the heading of the block.
840 .It Ic push-button-new-tab
841 Follow link at point in a new tab.
842 .It Ic redraw
843 Redraw the screen, useful if some background program messed up the
844 display.
845 .It Ic reload-page
846 Reload the current page.
847 .It Ic reply-last-input
848 Reply the last input request.
849 .It Ic scroll-down
850 Scroll down by one visual page.
851 .It Ic scroll-line-down
852 Scroll down by one line.
853 .It Ic scroll-line-up
854 Scroll up by one line.
855 .It Ic scroll-up
856 Scroll up by one visual page.
857 .It Ic suspend-telescope
858 Suspend the current
859 .Nm
860 session.
861 .It Ic swiper
862 Jump to a line using the minibuffer.
863 .It Ic toc
864 Jump to a heading using the minibuffer.
865 .It Ic toggle-help
866 Toggle side window with help about available keys and their associated
867 interactive command.
868 .It Ic toggle-pre-wrap
869 Toggle the wrapping of preformatted blocks.
870 .El
871 .Ss Minibuffer commands
872 .Bl -tag -width execute-extended-command -compact
873 .It Ic mini-abort
874 Abort the current minibuffer action.
875 .It Ic mini-complete-and-exit
876 Complete the current minibuffer action.
877 .It Ic mini-delete-backward-char
878 Delete the character before the point.
879 .It Ic mini-delete-char
880 Delete the character after the point.
881 .It Ic mini-goto-beginning
882 Select the first completion, if any.
883 .It Ic mini-goto-end
884 Select the last completion, if any.
885 .It Ic mini-kill-line
886 Delete from point until the end of the line.
887 .It Ic mini-next-history-element
888 Load the previous history element.
889 .It Ic mini-previous-history-element
890 Load the next history element.
891 .El
892 .Ss Aliases
893 The following aliases are available during
894 .Ic execute-extended-command :
895 .Bl -tag -width 16m -compact
896 .It Ic open
897 .Ic load-url
898 .It Ic tabn
899 .Ic tab-next
900 .It Ic tabnew
901 .Ic tab-new
902 .It Ic tabp
903 .Ic tab-previous
904 .It Ic q No and Ic wq
905 .Ic kill-telescope
906 .El
907 .Sh ENVIRONMENT
908 When
909 .Nm
910 is started, it inspects the following environment variables:
911 .Bl -tag -width NO_COLORS
912 .It Ev HOME
913 The user's login directory.
914 .It Ev NO_COLORS
915 To decide whether to use colors or not.
916 The content of the variable doesn't matter.
917 .It Ev TERM
918 The user's terminal name.
919 .It Ev XDG_CACHE_HOME , Ev XDG_CONFIG_HOME , Ev XDG_DATA_HOME
920 If defined can alter the default location of the files used.
921 .El
922 .Sh FILES
923 By default
924 .Nm
925 follows the XDG Base Directory Specification.
926 However, if
927 .Pa ~/.telescope
928 exists, XDG is ignored and all the files are stored inside it.
929 The usage of
930 .Ev XDG_CACHE_HOME ,
931 .Ev XDG_CONFIG_HOME
932 and
933 .Ev XDG_DATA_HOME
934 can further alter the location of these files.
935 .Pp
936 .Bl -tag -width Ds -compact
937 .It Pa ~/.config/telescope/config
938 Default configuration file.
939 .It Pa ~/.local/share/telescope/pages/about_*.gmi
940 Overrides for built-in about: pages.
941 .It Pa ~/.local/share/telescope/bookmarks.gmi
942 Bookmarks file.
943 .It Pa ~/.local/share/telescope/known_hosts
944 Hash of the certificates for all the known hosts.
945 Each line contains three fields: hostname with optional port number,
946 hash of the certificate and a numeric flag.
947 .It Pa ~/.cache/telescope/lock
948 Lock file used to prevent multiple instance of
949 .Nm
950 from running at the same time.
951 .It Pa ~/.cache/telescope/session
952 The list of tabs from the last session.
953 .El
954 .Sh EXAMPLES
955 It's possible to browse
956 .Dq the small web
957 .Pq i.e. simple websites
958 by using programs like the duckling-proxy by defining a proxy in
959 .Pa ~/.config/telescope/config :
960 .Bd -literal -offset indent
961 proxy http via "gemini://127.0.0.1:1965"
962 proxy https via "gemini://127.0.0.1:1965"
963 .Ed
964 .Pp
965 To load
966 .Nm
967 without any configuration
968 .Bd -literal -offset indent
969 telescope -c /dev/null
970 .Ed
971 .Sh STANDARDS
972 .Rs
973 .%B XDG Base Directory Specification
974 .%U https://specifications.freedesktop.org/basedir-spec/latest/
975 .Re
976 .Sh ACKNOWLEDGEMENTS
977 The
978 .Dq Trust, but verify (where appropriate)
979 TOFU scheme was firstly suggested by thfr:
980 .Lk gemini://thfr.info/gemini/modified-trust-verify.gmi .
981 .Sh AUTHORS
982 .An -nosplit
983 The
984 .Nm
985 program was written by
986 .An Omar Polo Aq Mt op@omarpolo.com .
987 .Sh CAVEATS
988 .Nm
989 assumes a UTF-8 environment and doesn't try to cope with other encodings.
990 This can cause strange rendering issues if you're lucky, or possibly
991 weird thing happening depending on your locale and terminal emulator.
992 .Pp
993 The algorithm used for text-wrapping is naive and doesn't really work for
994 languages that make heavily use of glyphs composed by multiple UNICODE
995 codepoints.
996 .Sh BUGS
997 There's no UI for out-of-band certificates validation.