pi-quick-exit

Pi extension that adds 'e' and 'exit' as shorthand commands to quit

Packages

Package details

extension

Install pi-quick-exit from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-quick-exit
Package
pi-quick-exit
Version
1.0.0
Published
Jun 5, 2026
Downloads
not available
Author
lucascajal
License
MIT
Types
extension
Size
2.9 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

pi-quick-exit

Pi extension that adds e and exit as shorthand commands to quit.

Type e or exit and press enter to close the session — no ctrl+d or ctrl+c needed. Also registers /exit as a slash command.

Installation

pi install npm:pi-quick-exit

Or from git:

pi install https://github.com/lucascajal/pi-quick-exit

Usage

Just type in the editor:

e

or

exit

or use the slash command:

/exit

Pi will shut down immediately.

Why?

Pi's default exit shortcuts are ctrl+c / ctrl+d, which can be unintuitive if you're used to typing exit in a shell. This extension adds that muscle memory back.

License

MIT