Skip to content

The sidebar

Introduction

Rogallo can optionally show a sidebar widget containing either your bookmarks or your location history. By default, the sidebar is hidden. It operates on a toggle basis depending on focus and current visibility. If it is hidden, running either ToggleBookmarksManager (bound to Shift+F3 by default) or ToggleHistoryManager (bound to Shift+F2 by default) will open it.

The bookmarks manager Rogallo v1.5.0 gemini://localhost/features.gmiBookmarks AstroBotany Welcome to Rogalloastrobotany.mozz.us/ Station station.martinrue.co… Rogallo is a terminal-based client for browsingThe Gemini Protocol Geminispace, Gopherspace, and Fingerspace. Its keygeminiprotocol.net/ features include:davep tilde.team/~davep/ Support for the gemini protocol Support for the gopher protocol Support for the finger protocol A bookmark facility (with search) A location history facility (with search) A backward/forward navigation facility Copy-to-clipboard support for URIs or page contents Support for setting a home page Designed to work on macOS, GNU/Linux and Windows (and likely on other operating systems that support modern Python) Mouse support A view source facility Has in-application help screens Has an easy-to-use command palette Hands unknown MIME types off to the operating system Optional support (on by default) for ANSI escape sequences in pages Support for viewing local Gemtext files Choice of themes Persistent user configuration across sessions Fully responsive layout that adjusts dynamically to terminal resizing text/gemini; charset=utf-8 >Enter a URI, file, or command  r Rename  d Delete  f1 Help  f2 History  f3 Bookmarks  ^[ Backward^p Commands

The history manager Rogallo v1.5.0 gemini://localhost/features.gmiHistory localhost/features.g… Welcome to Rogallo2026-08-05 14:45:55 tlgs.one/ 2026-08-05 14:16:00 Rogallo is a terminal-based client for browsinglagrange-point.space/ Geminispace, Gopherspace, and Fingerspace. Its key2026-08-05 13:01:10 features include:station.martinrue.co… 2026-08-05 12:36:06 Support for the gemini protocolstation.martinrue.co… Support for the gopher protocol2026-08-05 11:35:35 Support for the finger protocoltheunixzoo.co.uk/ A bookmark facility (with search)2026-08-05 10:11:16 A location history facility (with search)redterminal.org/ A backward/forward navigation facility2026-08-05 09:31:02 Copy-to-clipboard support for URIs or page contentsastrobotany.mozz.us/… Support for setting a home page2026-08-05 08:19:25 Designed to work on macOS, GNU/Linux and Windowsastrobotany.mozz.us/ (and likely on other operating systems that support2026-08-05 06:52:29 modern Python)station.martinrue.co… Mouse support2026-08-05 06:33:44 A view source facilitystation.martinrue.co… Has in-application help screens2026-08-05 05:11:35 Has an easy-to-use command palettestation.martinrue.co… Hands unknown MIME types off to the operating2026-08-05 04:27:32 systemgeminiprotocol.net/ Optional support (on by default) for ANSI escape2026-08-05 02:55:33 sequences in pagesgeminiprotocol.net/d… Support for viewing local Gemtext files2026-08-05 02:11:22 Choice of themesgeminiprotocol.net/d… Persistent user configuration across sessions2026-08-05 01:37:27 Fully responsive layout that adjusts dynamically to terminal resizing text/gemini; charset=utf-8 >Enter a URI, file, or command  d Delete  D Clear  f1 Help  f2 History  f3 Bookmarks  ^[ Backward ^p Commands

Bookmarks manager

The bookmarks manager allows you to view, edit, and remove your bookmarks. Calling the ToggleBookmarksManager command operates as a contextual toggle:

  • Sidebar closed: Opens the sidebar showing the bookmarks manager.
  • Sidebar open (unfocused): Focuses the sidebar and displays the bookmarks manager.
  • Sidebar open (focused on history): Switches the sidebar display to the bookmarks manager.
  • Sidebar open (focused on bookmarks): Closes the sidebar.

While bookmarks are visible and focused 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. Calling the ToggleHistoryManager command operates as a contextual toggle:

  • Sidebar closed: Opens the sidebar showing the history manager.
  • Sidebar open (unfocused): Focuses the sidebar and displays the history manager.
  • Sidebar open (focused on bookmarks): Switches the sidebar display to the history manager.
  • Sidebar open (focused on history): Closes the sidebar.

While history is visible and focused the following keys perform the following actions:

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