@aotarola/pi-exit
pi package that adds /exit as an alias for /quit
Package details
Install @aotarola/pi-exit from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@aotarola/pi-exit- Package
@aotarola/pi-exit- Version
0.1.3- Published
- Apr 25, 2026
- Downloads
- 363/mo · 363/wk
- Author
- aotarola
- License
- MIT
- Types
- extension
- Size
- 1.5 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@aotarola/pi-exit
A tiny pi package that adds /exit as an alias for /quit.
Install
From npm
pi install npm:@aotarola/pi-exit
From git
pi install git:github.com/aotarola/pi-exit
Try without installing
From npm
pi -e npm:@aotarola/pi-exit
From git
pi -e git:github.com/aotarola/pi-exit
From a local checkout
pi -e .
Usage
After the package is loaded, use either command:
/quit
/exit
What it does
This package registers a single pi slash command:
/exit— graceful alias for/quitviactx.shutdown()