Pi extension that auto-opens files in Zed editor when Pi writes or edits them. Mimics ACP's auto-follow behavior but works with Pi running in terminal.
pi install path:D:/Estate/Pi_Project/pi-zed-followWhen Pi write or edit a file, this extension automatically opens that file in Zed's editor tab. So you get the same "auto-follow" experience as ACP — but with Pi running in terminal.
Set ZED_PATH env var if Zed is not at the default location:
set ZED_PATH=C:\path\to\zed.exeUse with terminal docked left in Zed settings:
{
"terminal": {
"dock": "left",
"default_width": 500
}
}Pi runs in left terminal, edited files auto-open in right editor.