Eva (as in extra vehicular activity, or spacewalk) is a Gemini protocol browser in Gtk4.
 
 
Go to file
Nathan Fisher bef2b2c0a1 Update dependencies 2022-12-04 09:31:05 -05:00
.cargo Moved to xtask pattern for distribution packaging 2022-04-13 10:44:13 -04:00
data Update freebsd package manifest 2022-06-08 15:01:59 -04:00
src Update dependencies 2022-12-04 09:31:05 -05:00
xtask Moved to xtask pattern for distribution packaging 2022-04-13 10:44:13 -04:00
.gitignore Update gemview to get new gemtext parser 2022-05-20 10:22:33 -04:00
Cargo.lock Update dependencies 2022-12-04 09:31:05 -05:00
Cargo.toml Update dependencies 2022-12-04 09:31:05 -05:00
KEYS.md Typo 2022-03-04 23:54:07 -05:00
LICENSE.md Insert lines between bookmark entries 2022-03-03 19:08:17 -05:00
README.md Update GemView to fix GopherMap regression 2022-05-16 12:24:57 -04:00
RELEASE_NOTES.md Adjust widget spacing to reduce vertical space waste and line up edges 2022-07-02 01:02:05 -04:00
deny.toml Added deny.toml for `cargo deny` and fixed most issues 2022-06-11 23:52:51 -04:00

README.md

Eva

Eva icon

Contents

Introduction

Eva is a gemini protocol browser written in Rust using the gtk+ toolkit. Eva is focused on delivering a simple yet powerful interface and clear, readable and beautiful page rendering. It has no designs on being the most fully featured Gemini browser, but instead wants to be the most polished native Gtk+ Gemini client that stays out of the user's way.

Eva's gemtext rendering has been designed to be clean yet visually appealing, using modern css styling to visually separate elements such as block quotes and preformatted sections, using colored cards with rounded edges and box shadows. The default color scheme has been chosen to provide great readability, while giving the user a great deal of control over appearance.

Eva is currently alpha quality software and is under heavy development. Some features are not yet implemented and there may be bugs. However, rest assured that when Eva sees an official release it will be a polished user experience.

Features

  • tabbed interface
  • bookmarks
  • keyboard shortcuts
    • user configurable
  • user controlled styling
    • user specified fonts
    • user specified colors
  • back-forward list
  • history
  • Gemini protocol
    • Render gmi pages
    • Display text
    • Display images
    • View gemtext source
    • Tofu
    • Client certificates
    • Send user input
    • Sensitive user input
    • Downloads
    • Save content
  • Titan protocol
  • Gopher protocol
    • Render gophermaps
    • Display text
    • Display images
    • Downloads
    • Save content
  • Finger protocol
  • Data url's
    • Display text
    • Render gemtext
    • Display images
    • Save content
  • Spartan protocol
    • Render all content supported by gemini
    • Upload Spartan content

Keybindings

Note: See KEYS.md for information on changing keybindings

Key Action
Ctrl/T New tab
Ctrl/N New window
Ctrl/W Close tab
Ctrl/Q Close window
Ctrl/R Reload page
Alt/Home Go to homepage
Alt/Left Go back
Alt/Right Go next
Ctrl/PageDown Next tab
Ctrl/PageUp Previous tab
Alt/[1-9] nth tab
Ctrl/Shift/O Open bookmarks
Ctrl/D Bookmark page
Ctrl/H Open History
Ctrl/S Save Page
Ctrl/Shift/P Open preferences
Ctrl/Shift/A Open about dialog

Installing

Arch Linux

Install the eva-browser package from the aur. Alternatively, beginning with the 0.3.0 release, releases on Codeberg and Github include an Arch PKGBUILD file.

FreeBSD

Beginning with the 0.3.0 release, there is a binary package for FreeBSD 13 and the x86_64 architecture included in the releases on Codeberg and Github.

All others

See the Building section below.

Building

# clone the source
git clone https://codeberg.org/jeang3nie/eva.git
cd eva
cargo build --release
# To gather all release files into target/dist
cargo xtask dist