pi-status
v0.1.0
Published
Pi extension that shows a terminal tab title spinner while pi is working.
Maintainers
Readme
pi-status
A small pi extension that shows a spinner in the terminal tab title while pi is working, then restores the title when the turn finishes.
The title format is:
⠋ π - <session name> - <cwd>If the session has no name, it uses:
⠋ π - <cwd>Install
From this checkout:
pi install /absolute/path/to/pi-statusOr test it for one run:
pi -e /absolute/path/to/pi-statusCommands
/pi-status show current status
/pi-status status show current status
/pi-status on enable the spinner for this session
/pi-status off disable the spinner for this sessionEnvironment
Disable the extension by default:
PI_STATUS_DISABLED=1 piAccepted truthy values are 1, true, yes, and on.
Development
pnpm install
pnpm run check