@grammeaway/pi-path-complete
v1.0.0
Published
Inline file-path autocompletion extension for the Pi agentic harness
Downloads
203
Maintainers
Readme
pi-path-complete
Disclaimer: Extension written fully by Pi itself.
Inline file-path autocompletion for the pi coding agent.
While typing, if the token under the cursor is a clear path pattern (./,
../, ~/, or a leading /), it lists matching directory entries as
autocomplete suggestions. Directories get a trailing / so you can keep
chaining into them. Anything else falls through to Pi's built-in provider.
Install
pi install npm:@grammeaway/pi-path-completeTo try it without permanently installing:
pi -e npm:@grammeaway/pi-path-completeNotes
- Triggers on tokens starting with
./,../,~/, or/. A bare/as the first character on the first line is treated as a slash-command and left to Pi's built-in command menu. - Hidden files (dotfiles) are only listed once you type the leading
.. - Directories sort before files and are suffixed with
/. - Results are capped at 50 entries.
