pi-aliases
v1.0.6
Published
Pi extension that adds command aliases: /clear → /new, /exit → /quit
Downloads
71
Readme
pi-aliases
A pi extension that adds familiar command aliases. They show in autocomplete with a hint indicating the built-in command they map to.
| Alias | Runs | Description |
|----------|--------|--------------------------------------|
| /clear | /new | Clear conversation, start new session |
| /exit | /quit| Exit pi |
Install
pi install npm:pi-aliasesOr from git:
pi install git:github.com/xRyul/pi-aliasesDevelopment
Clone and symlink into your extensions directory:
git clone https://github.com/xRyul/pi-aliases.git
ln -s "$(pwd)/pi-aliases" ~/.pi/agent/extensions/pi-aliasesThen use /reload in pi to pick up changes.
License
MIT
