bollux/README.md

1.2 KiB

bollux - a bash Gemini client

inspired by

CAPABILITIES

  • make requests
  • receive files
  • use dd to show a nice little download status
  • use less to display text/* files
  • link navigation
  • man page
  • configuration

STILL TO DO

  • history -- SEE the history branch
  • test configuring capabilities
  • bookmarks
  • mailcap something
  • generate certificates?
  • implement TOFU?
  • recognize more protocols

DEPENDENCIES

  • bash >= 4.0
  • iconv
  • openssl
  • gawk
  • less
  • dd

INSTALL

From source

$ git clone https://git.sr.ht/~acdw/bollux
$ cd bollux
# make install

Alternative

$ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.2.2/bollux
$ chmod +x bollux
$ ./bollux

It's a bash script, so just plop it in your $PATH somewhere.

LICENSE

MIT

CONTRIBUTING

Feel free to write to my public inbox with changes you'd like to make, or submit an issue to the ticket tracker.