~julienxx/asuka

NCurses Gemini client
Optimize binary size
Fix and update deps
Update README: Cursive mandates UTF-8

clone

read-only
https://git.sr.ht/~julienxx/asuka
read/write
git@git.sr.ht:~julienxx/asuka

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

#asuka

asuka is a Gemini Project client written in Rust with NCurses.

#Usage

Press g to go to an URL.

Press b to go back.

Press a to bookmark current URL.

Press B to show/hide bookmarks.

Press r to go reload the current page.

Press q to quit.

#Gotchas

You will need your locale to be set like export LC_CTYPE=en_US.UTF-8 otherwise you'll see strange characters.

#Installation

Grab a release or build asuka and install it manually.

  • clone the repository

  • install openssl and ncurses development headers

  • run cargo build --release

  • copy the release somewhere and make it executable.