A [Paseo](https://paseo.sh) plugin that lets you toggle and switch sidebar display modes (Project listing vs. Status listing) via keyboard shortcuts and the Command Center (`⌘K` / `Ctrl+K`).
Requires Paseo: >=0.8.0 — from this plugin's own paseo-plugin.json.
Manifest JSON
{
"id": "paseo-display-switcher",
"requirements": {
"paseo": ">=0.8.0"
}
}paseo plugin add nerveband/paseo-display-switcherFrom the plugin's README
Install directly from Git:
paseo plugin add nerveband/paseo-display-switcher
paseo plugin ls
Check and apply updates:
paseo plugin status paseo-display-switcher
paseo plugin update paseo-display-switcher
For local development, clone the repository, run npm install and npm run typecheck, then use paseo plugin install "$PWD".
README
A Paseo plugin that lets you toggle and switch sidebar display modes (Project listing vs. Status listing) via keyboard shortcuts and the Command Center (⌘K / Ctrl+K).
Option+P, Cmd+Option+1, Ctrl+Alt+S) to toggle or switch display listings directly.⌘K / Ctrl+K -> Display: Switch to Status Listing, Display: Switch to Project Listing, Display: Toggle Listing).sidebar-view), avoiding race conditions and redundant menu cycles.pluginsEnabled: true in ~/.paseo/config.json.Install directly from Git:
paseo plugin add nerveband/paseo-display-switcher
paseo plugin ls
Check and apply updates:
paseo plugin status paseo-display-switcher
paseo plugin update paseo-display-switcher
For local development, clone the repository, run npm install and npm run typecheck, then use paseo plugin install "$PWD".
Press ⌘K (macOS) or Ctrl+K (Linux/Windows) anywhere in Paseo and type:
status -> Display: Switch to Status Listingproject -> Display: Switch to Project Listingtoggle -> Display: Toggle Listing (Project / Status)npm run typecheck # TypeScript verification
paseo plugin reload paseo-display-switcher # Apply changes live
paseo plugin logs paseo-display-switcher # Inspect plugin output
Scanned 10 Sep 2026, 16:24 UTC at commit 2d47ca7af1d672e257d1daa4909c7fbfb3e46fd8.
Scanned 10 Sep 2026, 16:26 UTC from nerveband/paseo-display-switcher.