← All features

GNO Recall for Omarchy

The index in your bar: health, recent documents, and a Super+R overlay

GNO Recall is an Omarchy shell plugin over the same local index every other surface reads. A quiet bar widget changes shape and colour only when the index has backlog or staleness, an anchored panel shows health, counts, and recent documents, and a keyboard-first overlay searches, deep-searches, browses collections, and opens the note in the workspace. Queries never touch argv: the overlay writes them to a 0600 runtime file and calls gno with --query-file.

Use cases
Checking index freshness from the bar without opening anything
Summoning a note by keyword from any workspace with Super+R
Browsing a collection's recent documents before a meeting

What it gives you

  • Bar widget that stays a single glyph while the index is healthy
  • Anchored panel with index health, document counts, and recent documents
  • Overlay search over BM25 in about 0.4s; Shift+Enter runs the hybrid query
  • Browse collections and page through their documents from the overlay
  • Opens the note in the Web UI through the /doc?uri= deep link
  • Query text goes through a 0600 runtime file, never the process list
  • Read-only: the plugin never calls gno get or starts gno serve

Try it yourself

Representative commands and entry points. Full reference lives in the documentation.

omarchy plugin add https://github.com/gmickel/omarchy-gno-recall --enable
./scripts/install-keybind.sh
omarchy plugin update gmickel.gno-recall

Keep reading

Related features and docs.