๐Ÿ’พ 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

View Raw

More Information

โžก๏ธ Next capture (2023-11-14)

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

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

2023-10-25 ยท 10 days ago ยท ๐Ÿ‘ skyjake, gemalaya, clseibold, Nono

1 Comment

๐Ÿš€ clseibold

Will try this soon. :)