Fixes minor errors in the README

This commit is contained in:
sloum 2021-05-31 16:05:49 -07:00
parent 874e27f402
commit 67407890b0
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Goldberry is a graphical smallnet client supporting gopher and gemini protocols,
![Goldberry's user interface showing a gemini capsule named 'spacewalk'](goldberry.png)
This is an experimental project, but builds fine and works well for what it does. Try it out if you like. Goldberry is meant to be the graphical consort or my other client [bombadillo](https://bombadillo.colorfield.space), though the two vary in philosophy/style quite a bit.
This is an experimental project, but builds fine and works well for what it does. Try it out if you like. Goldberry is meant to be the graphical consort of my other client [bombadillo](https://bombadillo.colorfield.space), though the two vary in philosophy/style quite a bit.
This was built mostly on a whim. I do not have much use for a graphical client and mostly just did it as a hobby project in spare time. The code is a mess and there are some questionable design choices. For example, goldberry does not at present verify tls certificates: it will accept anything that is offered by the server. It also does not implement the entirety of gemini: much like bombadillo, no client certificates. goldberry can and does render images, but does not do so inline and only makes one request per page.
@ -49,8 +49,6 @@ This dependency is listed in the go mod and should get added automatically. If f
## Using goldberry
Adding items to your reading list is done via `Ctrl-*`, which will bring up a dialog to add the page you want. There is no other way to add to your reading list (ie. no button). Aside from that things mostly just work as you'd expect.
### 'Hot' Keys
- `Escape`: Exit a dialog or exit full-screen
@ -72,6 +70,7 @@ Adding items to your reading list is done via `Ctrl-*`, which will bring up a di
- `Ctrl l`: Force reload of the configuration file
- `Ctrl S`: Force save of the configuration file (mostly useful for debugging)
- `Ctrl u`: Move focus to the url bar and select all text currently there
- `Ctrl-*`: Open the "add to reading list" dialog, this is the only way to add items to the reading list
### Other Interactions