diff options
| author | main <main@swarm.moe> | 2026-03-20 21:40:07 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 21:40:07 -0400 |
| commit | ae809af85f6687ae21d7e2f7140aa88354c446cc (patch) | |
| tree | c2f4f238d47657438067c1322666e5e899a250c2 /README.md | |
| parent | 203d4a93e1aaa5e325e8e6999bf26fa092f3d424 (diff) | |
| download | fidget_spinner-ae809af85f6687ae21d7e2f7140aa88354c446cc.zip | |
Add tabbed navigator and managed libgrid UI
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -62,6 +62,20 @@ symlinks in `~/.codex/skills`: The installed binary is `~/.local/bin/fidget-spinner-cli`. +The installer also installs a user systemd service for the libgrid navigator at +`http://127.0.0.1:8913/` and refreshes it on every reinstall: + +```bash +systemctl --user status fidget-spinner-libgrid-ui.service +journalctl --user -u fidget-spinner-libgrid-ui.service -f +``` + +You can override the default service target for one install with: + +```bash +FIDGET_SPINNER_UI_PROJECT=/abs/path/to/project ./scripts/install-local.sh +``` + ## Quickstart Initialize a project: |