💾 Archived View for telescope.omarpolo.com captured on 2022-03-01 at 14:59:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-17)

➡️ Next capture (2022-04-28)

🚧 View Differences

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

Gallery

Docs

Telescope

Telescope is a w3m-like browser for Gemini.
 _______         __
|_     _|.-----.|  |.-----.-----.----.-----.-----.-----.
  |   |  |  -__||  ||  -__|__ --|  __|  _  |  _  |  -__|
  |___|  |_____||__||_____|_____|____|_____|   __|_____|
                                           |__| v0.7.1

Telescope is written entirely for fun, as a hobbystic project in my free time. As such, it lacks a ton of features you’ll find in more mature Gemini browsers, but it also has some unique ones.

The UI is strongly inspired from Emacs and W3M, so you’ll find some familiar concepts, such as the minibuffer or the tabline, and the default keybindigs also reflect this, but care has been taken to add keys familiar for vi and CUA users too.

Asciinema record

Install

Some distros provide a package — thanks to the maintainers!

Source code and precompiled binaries for linux are available:

telescope-0.7.1.tar.gz

git repository

git repository via Gemini

GitHub mirror

telescope.aarch64

telescope.amd64

The dependencies are:

Once all the dependencies are installed, building is as easy as:

$ curl -LO https://github.com/omar-polo/telescope/releases/download/0.7/telescope-0.7.1.tar.gz
$ tar xzvf telescope-0.7.1.tar.gz
$ cd telescope-0.7.1
$ ./configure
$ make
$ sudo make install # eventually

A SHA256 file containing the checksums is available. However, that only checks for accidental corruption: you can use signify (SHA256.sig and the public key telescope-0.7.pub) or GPG. The hash of the signify public key is also included in the SHA256 file and signed with my GPG too. The signify public key for the next release ‘telescope-0.8.pub’ is also included.

SHA256

SHA256.gpg

SHA256.sig

telescope-0.7.pub

telescope-0.8.pub

$ signify -C -p telescope-0.7.pub -x SHA256.sig
Signature Verified
telescope-0.7.1-binaries.tar.gz: OK
telescope-0.7.1.tar.gz: OK
telescope-0.7.pub: OK
telescope-0.8.pub: OK
telescope.aarch64: OK
telescope.amd64: OK

Changelog

0.7.1 “Via Paolo Fabbri 43” bugfix release — Released January 15, 2022

Bug Fixes:

0.7 “Via Paolo Fabbri 43” — Released January 13, 2022

New features

Improvements

Bug fixes

Breaking changes