Skip to content

The side panel

Introduction

Rogallo has a side panel that can be opened and closed using the ToggleSidePanel command (bound to Ctrl+l by default). It contains the bookmarks manager, history manager and the client certificates manager.

The side panel popped open ◀◀▶▶v2.0.0 BookmarksHistoryClient Certificatesgemini://localhost/features.gmi ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ AstroBotanyWelcome to Rogallo astrobotany.mozz.us/ Station station.martinrue.com/Rogallo is a terminal-based client for browsing The Gemini ProtocolGeminispace, Spartanspace, Gopherspace, Nexspace, and geminiprotocol.net/Fingerspace. Its key davepfeatures include: tilde.team/~davep/ • Support for the `gemini`, `spartan`, `gopher`, `nex`, and `finger` protocols                                • Bookmarks management with search                      • Location history tracking with search                 • Backward and forward page navigation                  • Copy-to-clipboard support for URIs or page content    • Configurable home page                                • Full mouse navigation and interaction support         • Built-in source viewer                                • Context-sensitive help screens                        • Command palette for quick command discovery and       execution                                             • Automatic handoff of unknown MIME types to the        operating system                                      • Optional rendering (on by default) of ANSI escape     sequences in pages                                    • Local                                                 [Gemtext](https://geminiprotocol.net/docs/gemtext-sp… file viewing                                          • Built-in theme selection, plus support for            user-supplied custom UI themes                        • Persistent configuration across sessions              • Fully responsive layout that adjusts dynamically to   terminal resizing                                     • Cross-platform support for macOS, GNU/Linux, Windows, and other operating systems running modern Python     text/gemini; charset=utf-8 >Enter a URI, file, or command  r Rename  d Delete  f1 Help  f2 History  f3 Bookmarks  ^[ Backward  ^] Forward  f10 Qu^p Commands

Bookmarks manager

The bookmarks manager allows you to view, edit, and remove your bookmarks. While the bookmarks tab is selected the following keys perform the following actions:

  • d - Delete the highlighted bookmark.
  • r - Rename the highlighted bookmark.

History manager

The history manager allows you to view and delete your browsing history. While the history tab is selected the following keys perform the following actions:

  • d - Delete the highlighted history item.
  • D - Remove all history items.

Client certificates manager

The client certificate manager allows you to create, associate, disassociate and remove Gemini client certificates. While the certificate tab is selected the following keys perform the following actions:

  • n - Create a new client certificate.
  • d - Delete a client certificate.
  • a - Associate the highlighted certificate with a Gemini URI.
  • r - Remove an association from the highlighted certificate.
  • x - Export the highlighted certificate.
  • i - Import a certificate.

Configuration

Left or right side

By default the Rogallo side panel is on the left side of the screen. If you would prefer that it's on the right side, you can modify the side_panel_on_right setting in the configuration file:

"side_panel_on_right": false

Set it to true to position the side panel on the right.