@k3_2o/pi-move
Pi extension — /move command to switch directories from inside Pi
Package details
Install @k3_2o/pi-move from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@k3_2o/pi-move- Package
@k3_2o/pi-move- Version
0.1.1- Published
- Jun 20, 2026
- Downloads
- not available
- Author
- k3_2o
- License
- MIT
- Types
- extension
- Size
- 18.1 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-move
A Pi extension that adds /move — switch to a fresh Pi session in any directory
from inside Pi. No quitting.
Why
Pi works in one directory at a time. To switch projects you normally have to
quit, cd, and restart. /move does that in one step.
How
Type /move, an overlay pops up with a path input. Start typing, tab to autocomplete directories
as you go. Press Enter and Pi creates a new empty session in that
directory and switches to it.
If the directory doesn't exist, Pi asks if you want to create it. no need to exit to make a new directory for your project
Requirements
- Pi 0.79+
fd(pi usually demands you have this on start-up, as a pi user you probably already have it)
Install
pi install npm:@k3_2o/pi-move
# or
pi install git:github.com/k3-2o/pi-move
Or clone manually:
git clone https://github.com/k3-2o/pi-move ~/.pi/agent/extensions/pi-move
License
MIT