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.0 — from this plugin's own paseo-plugin.json.


paseo plugin add gpambrozio/paseo-plugins --path github-boardFrom 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.
Scanned 09 Sep 2026, 15:28 UTC from gpambrozio/paseo-plugins/github-board.