@code-fixer-23/nu-bash
Pi extension that runs bash and user_bash through Nushell.
Package details
Install @code-fixer-23/nu-bash from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@code-fixer-23/nu-bash- Package
@code-fixer-23/nu-bash- Version
0.2.0- Published
- Apr 27, 2026
- Downloads
- 66/mo · 66/wk
- Author
- codebreaker10
- License
- ISC
- Types
- extension
- Size
- 25.1 KB
- Dependencies
- 3 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
nu-bash
Pi extension that routes the bash tool and user_bash commands through Nushell.
Features
- Runs
bashtool commands withnu -c - Routes
!and!!commands through Nushell - Streams output for tool execution
- Supports cancelling long-running commands
- Adds
$envautocomplete in the Pi editor
Development
pnpm install
pnpm check
pi --extensions .
Package contents
This package publishes a single Pi extension entrypoint:
index.ts
Publish checklist
pnpm check
pnpm pack --dry-run
npm publish --access public