forked from kieselsteini/delve
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gplacesrc.in
52 lines (42 loc) · 1.63 KB
/
gplacesrc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# gplaces Gemini client initialization example
# place this file in $XDG_CONFIG_HOME/gplacesrc, ~/.gplacesrc or /etc/gplacesrc
# define default handlers
set https "xdg-open %u"
set image/ "chafa %f"
set audio/ "mpv %f"
set video/ "mpv %f"
set application/pdf "xdg-open %f"
# define some aliases
set readme file://DOCDIR/README.gmi
set license file://DOCDIR/LICENSE
set authors file://DOCDIR/AUTHORS
set search tlgs.one/search
set gsearch gopher://gopher.floodgap.com/7/v2/vs
set home geminiprotocol.net
set capcom gemini.circumlunar.space/capcom
set spacewalk rawtext.club/~sloum/spacewalk.gmi
set gmisub calcuode.com/gmisub-aggregate.gmi
set bbs bbs.geminispace.org
set station station.martinrue.com
set antenna warmedal.se/~antenna/
set explore tilde.team/~sumpygump/explore/
set gemipedia gemi.dev/cgi-bin/wp.cgi
set whatis gemi.dev/cgi-bin/wp.cgi/view
# subscribe to some pages
sub rawtext.club/~sloum/spacewalk.gmi
sub midnight.pub
sub warmedal.se/~antenna/
# define the client certificate curve or "" to fall back to prime256v1
set curve "prime256v1"
# define the client certificate digest or "" to fall back to sha256
set digest "sha256"
# define the client certificate CN or "" to fall back to $USER
set cn ""
# define the client certificate expiration time (days)
set days 1825
# pager for long text; change to cat to disable paging
set pager "less -r"
# download timeout
set timeout 15
# history size; this is the maximum number of cached pages
set histsize 10