A fancy terminal browser for the Gemini protocol https://github.com/makew0rld/amfora
Go to file
makeworld 1c4d13b055 Use new go-gemini to handle invalid status codes, show error modal for out of range ones
Ref #266
2021-12-07 19:07:20 -05:00
.github Drop support for Go 1.14, update CI software 2021-12-01 11:09:36 -05:00
bookmarks Appease linter 2021-12-01 11:18:20 -05:00
cache 🐛 Capture all scrolling keys 2021-05-14 18:09:04 -04:00
client Appease linter 2021-12-01 11:18:20 -05:00
config Windows uses paths set by `XDG` variables over `APPDATA` if they are set 2021-12-07 17:40:50 -05:00
contrib Lint and GIF link fix 2021-12-03 18:02:10 -05:00
display Use new go-gemini to handle invalid status codes, show error modal for out of range ones 2021-12-07 19:07:20 -05:00
logger 🎉 Initial commit, full featured 2020-06-18 16:54:48 -04:00
renderer Fix issue from prev commit when color = true 2021-12-03 20:54:53 -05:00
rr 📝 Clarify rr licensing 2021-04-20 14:10:11 -04:00
structs 🚨 Lint fix 2021-02-27 23:55:26 -05:00
subscriptions Use new go-gemini to handle invalid status codes, show error modal for out of range ones 2021-12-07 19:07:20 -05:00
sysopen Use default application to open unknown schemes 2021-12-07 15:28:34 -05:00
webbrowser Appease linter 2021-12-01 11:18:20 -05:00
.gitignore 📝 Wiki script, link to wiki on new tab 2020-12-20 00:31:14 -05:00
.golangci.yml Appease linter 2021-12-01 11:18:20 -05:00
.goreleaser.yml 🔧 Disable automatic homebrew 2020-09-06 13:56:49 -04:00
CHANGELOG.md Use new go-gemini to handle invalid status codes, show error modal for out of range ones 2021-12-07 19:07:20 -05:00
LICENSE Create LICENSE 2020-06-18 16:56:57 -04:00
Makefile 🔨 Add gen command to Makefile 2021-04-13 16:45:44 -04:00
NOTES.md Text and element colors of default theme change to be black on white terminals 2021-12-03 17:58:16 -05:00
README.md Drop support for Go 1.14, update CI software 2021-12-01 11:09:36 -05:00
THANKS.md Doc for #271 2021-12-03 10:01:14 -05:00
amfora.desktop 🐛 Removing TryExec helps get Amfora to show up 2020-06-24 19:11:56 -04:00
amfora.go Render stdin text as Gemtext (#205) (#242) 2021-06-24 23:59:14 -04:00
default-config.toml Accept spaces in paths for url-handlers config 2021-12-07 15:56:12 -05:00
demo-large.gif 📝 Update README with Gif 2020-06-18 19:10:45 -04:00
go.mod Use new go-gemini to handle invalid status codes, show error modal for out of range ones 2021-12-07 19:07:20 -05:00
go.sum Use new go-gemini to handle invalid status codes, show error modal for out of range ones 2021-12-07 19:07:20 -05:00
logo.png 🎉 Initial commit, full featured 2020-06-18 16:54:48 -04:00

README.md

Amfora

amphora logo
Image modified from: amphora by Alvaro Cabrera from the Noun Project

go reportcard license GPLv3

Demo GIF
Recording of v1.0.0

Amfora aims to be the best looking Gemini client with the most features... all in the terminal. It does not support Gopher or other non-Web protocols - check out Bombadillo for that.

It also aims to be completely cross platform, with full Windows support. If you're on Windows, I would not recommend using the default terminal software. Use Windows Terminal instead, and make sure it works with UTF-8. Note that some of the application colors might not display correctly on Windows, but all functionality will still work.

It fully passes Sean Conman's client torture test, as well as the Egsam one.

Installation

Binary

Download a binary from the releases page. On Unix-based systems you will have to make the file executable with chmod +x <filename>. You can rename the file to just amfora for easy access, and move it to /usr/local/bin/.

On Windows, make sure you click "Advanced > Run anyway" after double-clicking, or something like that.

Unix systems can install the desktop entry file to get Amfora to appear when they search for applications:

curl -sSL https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/amfora.desktop -o ~/.local/share/applications/amfora.desktop
update-desktop-database ~/.local/share/applications

Make sure to click "Watch" in the top right, then "Custom" > "Releases" to get notified about new releases!

Linux

Packaging status

Amfora is packaged in many Linux distros. It's also on Scoop for Windows users.

macOS (Homebrew)

If you use Homebrew, you can install Amfora with:

brew install amfora

You can update it with:

brew upgrade amfora

macOS (MacPorts)

On macOS, Amfora can also be installed through MacPorts:

sudo port install amfora

You can update it with:

sudo port selfupdate
sudo port upgrade amfora

NOTE: this installation source is community-maintained. More information here.

Termux

If you're using Termux on Android you can't just run Amfora like normal. After installing Amfora, run pkg install proot. Then run termux-chroot before running the Amfora binary. You can exit out of the chroot after closing Amfora. See here for why this is needed.

From Source

This section is for advanced users who want to install the latest (possibly unstable) version of Amfora.

Click to expand

Requirements:

  • Go 1.15 or later
  • GNU Make

Please note the Makefile does not intend to support Windows, and so there may be issues.

git clone https://github.com/makeworld-the-better-one/amfora
cd amfora
# git checkout v1.2.3 # Optionally pin to a specific version instead of the latest commit
make # Might be gmake on macOS
sudo make install # If you want to install the binary for all users

Because you installed with the Makefile, running amfora -v will tell you exactly what commit the binary was built from.

Arch Linux users can also install the latest commit of Amfora from the AUR. It has the package name amfora-git, and is maintained by @lovetocode999

yay -S amfora-git

MacOS users can also use Homebrew to install the latest commit of Amfora:

brew install --HEAD amfora

You can update it with:

brew upgrade --fetch-HEAD amfora

Features / Roadmap

Features in italics are in the master branch, but not in the latest release.

  • URL browsing with TOFU and error handling
  • Tabbed browsing
  • Support ANSI color codes on pages, even for Windows
  • Styled page content (headings, links)
  • Basic forward/backward history, for each tab
  • Input (Status Code 10 & 11)
  • Multiple charset support (over 55)
  • Built-in search (uses geminispace.info by default)
  • Bookmarks
  • Download pages and arbitrary data
  • Theming
  • Proxying
    • Schemes like Gopher or HTTP can be proxied through a Gemini server
  • Client certificate support
  • Subscriptions
    • Subscribing to RSS, Atom, and JSON Feeds are all supported
    • So is subscribing to a page, to know when it changes
  • Open non-text files in another application
    • Ability to stream content instead of downloading it first
  • Stream support
  • Table of contents for pages
  • Search in pages with Ctrl-F
  • Persistent history

Usage & Configuration

Please see the wiki for an introduction on how to use Amfora and configure it.

Libraries

Amfora ❤️ open source!

License

This project is licensed under the GPL v3.0. See the LICENSE file for details.