💾 Archived View for rawtext.club › ~sloum › geminilist › 006826.gmi captured on 2024-02-05 at 10:55:37. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

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

<-- back to the mailing list

[users] [ANN] telescope -- yet another browser

Omar Polo op at omarpolo.com

Thu Jul 1 17:51:33 BST 2021

- - - - - - - - - - - - - - - - - - - 

Hello everyone,

During the last 3/4 months I've been working on a yet another Geminincurses client: telescope

=

gemini://telescope.omarpolo.com=
https://telescope.omarpolo.com

It's obviously a project only for fun, in a very-WIP stage and with lotsof missing pieces, but it's improving and I've reached the point where Ithink I can present it to a wider audience.

The main difference between telescope and others (I've only tried tinmopand amfora as TUI clients) is the Emacs (and w3m) inspired interface:instead of scrolling a page and typing a number to open a link, you havea cursor you can move freely around the page.

The default keybindings are heavily inspired from Emacs, but I tried atleast to include some keys familiar to vi(1) users, so hjkl, gg, G, gTetc. work. All the keybindings are customizable anyway.

The current list of features is honestly quite short:* color and keybindings are customizable* history* rudimentary bookmark management* tabs (on startup reloads the last set of tabs)* streaming pages* rich set of commands to move around the page* splitted in three different process, each one is pledged (this only on OpenBSD ofc; will add seccomp/landlock in the future, probably)

while the TODO list is ever-growing!

I know there are various annoyances still (I just fixed the resize"jump" in the main branch for instance), but as I was saying, it hasnow reached a point where I think it's starting to become "usable". I'dlove to receive feedbacks (and even more patches! :P)

Telescope 0.3 is available on guix, thanks to cage who did the work.Precompiled binaries for linux amd64 and aarch64 are available from thesite, but it's very easy to compile from source since it only depends onlibevent, libncursesw, libtls and yacc/bison. It's known to compile andrun on FreeBSD too.

Cheers,

Omar Polo