~acdw/bollux

gemini browser in like, bash?
Merge branch 'main' of tildegit.org:acdw/bollux
Add README install advice to remove /usr/bin/bollux
Change default T_PRE_DISPLAY to both,pre,alt

clone

read-only
https://git.sr.ht/~acdw/bollux
read/write
git@git.sr.ht:~acdw/bollux

You can also use your local clone with git send-email.

#NOTE: bollux's development has moved to tildegit.org. The new repo is here:

tildegit.org/acdw/bollux

#bollux - a bash Gemini client

Shellcheck Status

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
  • browse gopher
  • history (basic)

#STILL TO DO

  • history (advanced)
  • test configuring capabilities
  • bookmarks
  • mailcap
  • generate certificates
  • implement TOFU
  • handle http, etc links

#DEPENDENCIES

  • bash >= 4.0
  • iconv
  • openssl
  • less (with lesskey)
  • dd

#INSTALL

#Packages

#From source

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

NOTE if you installed an older version, make sure to rm /usr/bin/bollux.
The new install path is /usr/local/bin.

#Alternative

$ curl -fLo bollux https://tildegit.org/bollux/raw/branch/main/bollux
$ chmod +x bollux
$ ./bollux

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

#LICENSE

MIT

#CONTRIBUTING

Create an issue or pull request and I'll get back to you posthaste!