💾 Archived View for bbs.geminispace.org › s › Gemini › 6526 captured on 2023-11-14 at 08:48:58. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-11-04)

➡️ Next capture (2023-12-28)

🚧 View Differences

-=-=-=-=-=-=-

Vimini 0.4.0

I've been working on this client for a while and only now I've reached a milestone where, I consider, it starts being usable. It's basically a clone of qutebrowser but for text-only protocols, which works really well for the kind of navigation that qutebrowser offers. For now it only supports Gemini, but I plan to add more protocols and features.

https://git.sr.ht/~lufte/vimini

I don't have binaries to distribute yet so those brave enough to try it will need to build it. Clone the repo, check out the the 0.4.0 tag, and `cargo run --release` it. If you don't have libsqlite in your system you'll have to edit the Cargo.toml file so Vimini downloads and links its own version of it. Follow the instructions here:

https://crates.io/crates/rusqlite#usage

I hope you like it :). All feedback is welcome.

Posted in: s/Gemini

🚀 lufte

Oct 25 · 3 weeks ago · 👍 skyjake, gemalaya, clseibold, Nono

1 Comment

🚀 clseibold · Oct 25 at 23:58:

Will try this soon. :)