@xynogen/pix-bash
Pi tool — bash shell execution with pretty output
Package details
Install @xynogen/pix-bash from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@xynogen/pix-bash- Package
@xynogen/pix-bash- Version
0.1.13- Published
- Jul 18, 2026
- Downloads
- 2,303/mo · 268/wk
- Author
- xynogen
- License
- MIT
- Types
- extension
- Size
- 19.8 KB
- Dependencies
- 2 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"src/extension.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pix-bash
Pi tool — bash shell execution with pretty output.
What it does
Replaces Pi's default bash tool with an enhanced version backed by pix-pretty. Output is rendered in a full-width framed block showing an exit-code summary, line count, and truncation notice. Call labels display the command inline; multi-line commands collapse to the first line with … (+N lines) until expanded. In expanded mode the full output is shown; collapsed mode caps the preview to a configurable line limit. Depends on @xynogen/pix-pretty, which is installed automatically as a dependency.
Auto-collapse
After a configurable delay (default 10 seconds), completed output collapses to one line, for example ✓ bash bun test · exit 0 · 42 lines. Structured failures remain readable until the same delay, then use a compact ✗ row. Expanding either row restores the normal output or exact diagnostic without restarting the elapsed timer. The delay and per-tool toggle are controlled via the collapse section of ~/.pi/agent/pix.json:
{
"collapse": {
"enabled": true,
"delaySec": 10,
"tools": { "bash": true }
}
}
Set collapse.tools.bash: false (or collapse.enabled: false) to disable. See @xynogen/pix-data/collapse for the full API.
Install
pi install npm:@xynogen/pix-bash
Also included in
@xynogen/pix-core:pi install npm:@xynogen/pix-core
Full distro
Source: github.com/xynogen/pix-mono
To install the complete pix suite (all packages + Pi itself):
curl -fsSL https://raw.githubusercontent.com/xynogen/pix-mono/main/scripts/install.sh | sh
License
MIT