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.10.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, Spartanspace, Gopherspace, Nexspace,geminiprotocol.net/ and Fingerspace. Its keydavep features 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- specification.gmi) 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 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.10.0 gemini://localhost/features.gmiHistory localhost/features.g… Welcome to Rogallo2026-08-19 08:54:47 tlgs.one/ 2026-08-19 08:53:53 Rogallo is a terminal-based client for browsinglagrange-point.space/ Geminispace, Spartanspace, Gopherspace, Nexspace,2026-08-19 07:41:51 and Fingerspace. Its keystation.martinrue.co… features include:2026-08-19 05:56:46 station.martinrue.co… Support for the `gemini`, `spartan`, `gopher`,2026-08-19 05:15:16 `nex`, and `finger` protocolstheunixzoo.co.uk/ Bookmarks management with search2026-08-19 04:39:05 Location history tracking with searchredterminal.org/ Backward and forward page navigation2026-08-19 03:03:15 Copy-to-clipboard support for URIs or page contentastrobotany.mozz.us/… Configurable home page2026-08-19 02:05:01 Full mouse navigation and interaction supportastrobotany.mozz.us/ Built-in source viewer2026-08-19 01:01:45 Context-sensitive help screensstation.martinrue.co… Command palette for quick command discovery and2026-08-19 00:45:05 executionstation.martinrue.co… Automatic handoff of unknown MIME types to the2026-08-18 23:51:26 operating systemstation.martinrue.co… Optional rendering (on by default) of ANSI escape2026-08-18 22:05:44 sequences in pagesgeminiprotocol.net/ Local2026-08-18 21:52:31 [Gemtext](https://geminiprotocol.net/docs/gemtext-geminiprotocol.net/d… specification.gmi) file viewing2026-08-18 20:09:22 Built-in theme selection, plus support forgeminiprotocol.net/d… user-supplied custom UI themes2026-08-18 19:46:38 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 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.