paseo.cafe
All plugins

github-board

by gpambrozio

A Paseo plugin that adds a **GitHub** sidebar surface showing your work — and the work waiting on you — in four columns:

Requires Paseo >=0.8.0githubproductivitymonitoring
3 starsLicense: MITLast updated 08 Sep 2026 gpambrozio/paseo-plugins

Gallery

github-board screenshotgithub-board screenshot

Install

paseo plugin add gpambrozio/paseo-plugins --path github-board

From the plugin's README

paseo plugin add gpambrozio/paseo-plugins --path github-board

This repository holds three plugins, hence --path. The daemon clones it under $PASEO_HOME/plugins and runs no package manager — the plugin is source only, and everything it imports at runtime the host provides. Pin a release with --ref <tag>; later, paseo plugin status and paseo plugin update github-board follow the branch.

To hack on it instead, install from a clone of your own:

git clone https://github.com/gpambrozio/paseo-plugins.git
cd paseo-plugins/github-board
npm install
npm run typecheck
paseo plugin install "$PWD"

install records the directory, so keep that clone where it is — the daemon loads the plugin from that path every time it starts. npm install is for the typecheck; installing needs none of it.

The daemon needs "pluginsEnabled": true in its config.json. Run paseo reload after changing it. Plugin code is trusted and unsandboxed: the server half shells out to gh on the daemon machine and the client half runs inside the Paseo app.

Health checks

  • Manifest ID matches registry
  • Has a README
  • Has a license
  • Has tests
  • Has a typecheck script
  • Updated in the last 6 months

Scanned 09 Sep 2026, 15:28 UTC from gpambrozio/paseo-plugins/github-board.