Man page - ereandel(1)
Packages contains this manual
Manual
EREANDEL
NAMESYNOPSIS
DESCRIPTION
OPTIONS
COMMANDS
ENVIRONMENT
NOTES
Client certificates
CONFIGURATION
EXAMPLES
AUTHOR
REPORTING BUGS
COPYRIGHT
SEE ALSO
NAME
ereandel - A Gemini web browser using shell script
SYNOPSIS
ereandel [ URL ] | [ OPTION ]
DESCRIPTION
ereandel v0.26.0: Browse the gemini web on any POSIX compatible terminal.
OPTIONS
-h , --help
show this help
-v , --version
show version info
COMMANDS
These are the default keybindings to use while running ereandel:
|
q |
quit |
|||
|
g |
go to a link |
|||
|
r |
reload current page |
|||
|
b |
go back one page |
|||
|
u |
jump one path segment up |
|||
|
o |
open an address |
|||
|
s |
save current page |
|||
|
H |
go to homepage |
|||
|
m |
add bookmark |
|||
|
M |
go to a bookmark |
|||
|
K |
remove bookmark for current url |
ENVIRONMENT
Ereandel uses 2 environment variables to help debugging and tracing its execution.
|
debug |
To start ereandel in debug mode |
|||
|
trace |
To start ereandel with tracing activated |
NOTES
Client certificates
ereandel can work with client certificates if capsules requires them for authentication. ereandel allows a single client certificate per (sub)domain identified by itβs name. If a client cert for a specific domain is available ereandel will send it to the server with every request. When a resource requires a client cert and ereandel canβt find one it will show you a command to create a client cert for the capsule. The certificates are stored in $XDG_CONFIG_DIR/ereandel/certs/ .
To remove a certificate simply delete the <domain>.crt and <domain>.key files in the directory mentioned above.
CONFIGURATION
You can setup a config file at $XDG_CONFIG_DIR/ereandel/ereandel.conf to configure ereandel the way you like. The file uses a simple key=value style, see the complete example for the default values below.
margin=8
homepage="gemini.circumlunar.space/"
sty_header1=β\033[35;7;1mβ
sty_header2=β\033[35;4;1mβ
sty_header3=β\033[35;4mβ
sty_quote=β\033[2;3m β
sty_linkb=β\033[35mβ
sty_linkt=β => \033[36;3m β
sty_listb=β\033[35;1m β’β
sty_listt=β\033[0mβ
openkey=βoβ
openlocalkey=βOβ
gokey=βgβ
refreshkey=βrβ
backkey=βbβ
quitkey=βqβ
markkey=βbβ
gomarkkey=βMβ
delmarkkey=βKβ
goupkey=βuβ
homekey=βHβ
EXAMPLES
ereandel
Start browsing the default webpage
ereandel url
Start browsing url
ereandel --help
Show help
AUTHOR
Written by Brian Lee Mayer.
REPORTING BUGS
Report bugs to:
bleemayer@gmail.com
Home page: <https://www.github.com/blmayer/ereandel/>
General help:
<https://www.github.com/blmayer/ereandel/wiki>
COPYRIGHT
Copyright Β© 2021-2023 Brian Mayer. License MIT: MIT License <https://opensource.org/licenses/MIT> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
SEE ALSO
The full documentation for ereandel is maintained as a Texinfo manual. If the info and ereandel programs are properly installed at your site, the command
info ereandel
should give you access to the complete manual.