astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 0cf2fc70c24487056adce09bb57e1b3572cb00ba
parent fb24863ab6011e7ea3f4897168a053411fa2cc1e
Author: Brian Mayer <bleemayer@gmail.com>
Date:   Wed, 14 Jul 2021 12:54:28 -0300

Update README.md
Diffstat:
MREADME.md | 33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -23,3 +23,36 @@ you can omit the protocol and port: no arguments takes you to *gemini.circumlunar.space*: `astro` + + +### Key bindings + +- `b` to go back one page +- `o` to open a new URL, you'll be prompted to type it +- `r` to reload the page +- `g` to follow a link in the current page, a link will be displayed, and +- `q` to quit + +More coming. + + +## Meta + +This software is a work in progress and may not work as it is intended to. + + +### Further works + +- Bookmarks +- Go to home keybinding +- Better history +- Colors +- Formating +- Opening files +- Support input + + +### Inspired by + +- [gmi](https://sr.ht/~chambln/gmi/) +- [bollux](https://sr.ht/~acdw/bollux/)