๐พ Archived View for bbs.geminispace.org โบ s โบ Gemini โบ 6526 captured on 2023-11-04 at 13:22:16. Gemini links have been rewritten to link to archived content
โก๏ธ Next capture (2023-11-14)
-=-=-=-=-=-=-
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.
2023-10-25 ยท 10 days ago ยท ๐ skyjake, gemalaya, clseibold, Nono
Will try this soon. :)