Optimize binary size
Fix and update deps
Update README: Cursive mandates UTF-8
asuka
is a Gemini Project client written in Rust with NCurses.
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.
You will need your locale to be set like export LC_CTYPE=en_US.UTF-8
otherwise you'll see strange characters.
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.