makeworld-the-better-one / Amfora

Licence: gpl-3.0
A fancy terminal browser for the Gemini protocol.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Amfora

Tart
Tart - draw ASCII art in the terminal with your mouse!
Stars: ✭ 296 (-25.06%)
Mutual labels:  terminal, tui
Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (-20.51%)
Mutual labels:  terminal, tui
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (-23.54%)
Mutual labels:  terminal, tui
Writing A Tui In Bash
How to write a TUI in BASH
Stars: ✭ 263 (-33.42%)
Mutual labels:  terminal, tui
Stig
TUI and CLI for the BitTorrent client Transmission
Stars: ✭ 360 (-8.86%)
Mutual labels:  terminal, tui
Tg
terminal telegram client that really works
Stars: ✭ 281 (-28.86%)
Mutual labels:  terminal, tui
Termox
C++17 Terminal User Interface(TUI) Library.
Stars: ✭ 306 (-22.53%)
Mutual labels:  terminal, tui
S Tui
Terminal-based CPU stress and monitoring utility
Stars: ✭ 2,825 (+615.19%)
Mutual labels:  terminal, tui
Sad
CLI search and replace | Space Age seD
Stars: ✭ 350 (-11.39%)
Mutual labels:  terminal, tui
Ticker
Terminal stock ticker with live updates and position tracking
Stars: ✭ 3,986 (+909.11%)
Mutual labels:  terminal, tui
Gotty
Share your terminal as a web application
Stars: ✭ 16,070 (+3968.35%)
Mutual labels:  terminal, browser
Castero
TUI podcast client for the terminal
Stars: ✭ 375 (-5.06%)
Mutual labels:  terminal, tui
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (-38.23%)
Mutual labels:  terminal, tui
Tcpterm
tcpterm is a packet visualizer in TUI.
Stars: ✭ 288 (-27.09%)
Mutual labels:  terminal, tui
Meli
🐝 experimental terminal mail client, mirror of https://git.meli.delivery/meli/meli.git https://crates.io/crates/meli
Stars: ✭ 242 (-38.73%)
Mutual labels:  terminal, tui
Fff
📁 A simple file manager written in bash.
Stars: ✭ 3,445 (+772.15%)
Mutual labels:  terminal, tui
Bb
simple process viewer in rust https://crates.io/crates/bb
Stars: ✭ 212 (-46.33%)
Mutual labels:  terminal, tui
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (+564.05%)
Mutual labels:  terminal, tui
Gitui
Blazing 💥 fast terminal-ui for git written in rust 🦀
Stars: ✭ 6,762 (+1611.9%)
Mutual labels:  terminal, tui
Ratatouille
A TUI (terminal UI) kit for Elixir
Stars: ✭ 373 (-5.57%)
Mutual labels:  terminal, tui

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!

Arch Linux

Arch Linux users can install Amfora using pacman.

sudo pacman -S amfora

Void Linux

Void Linux users can install Amfora using xbps.

sudo xbps-install amfora

Homebrew

If you use Homebrew, you can install Amfora through the my personal tap.

brew tap makeworld-the-better-one/tap
brew install amfora

You can update it with:

brew upgrade amfora

KISS Linux

KISS Linux users can install Amfora from jedahan's repository.

Add jedahan's kiss repository:

git clone https://github.com/jedahan/kiss-repo.git repo-jedahan
export KISS_PATH="$KISS_PATH:$PWD/repo-jedahan"

Build and install Amfora:

kiss build amfora
kiss install amfora

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.14 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 tap makeworld-the-better-one/tap
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.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].