logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ereandel - A Gemini web browser using shell script

Author

       Written by Brian Lee Mayer.

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

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'

Description

       ereandel v0.26.0: Browse the gemini web on any POSIX compatible terminal.

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

Examples

       ereandel
              Start browsing the default webpage

       ereandel url
              Start browsing url

       ereandel --help
              Show help

Name

       ereandel - A Gemini web browser using shell script

Notes

Clientcertificatesereandel 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.

Options

-h, --help
              show this help

       -v, --version
              show version info

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>

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

              infoereandel

       should give you access to the complete manual.

ereandel 0.26.0                                   November 2023                                      EREANDEL(1)

Synopsis

ereandel [URL]|[OPTION]

See Also