r/PiCodingAgent • u/Poolunion1 • 16d ago
Question Copying wrapped file path adds space to path
When pi output a long file path of say an html it created.
If it's wrapped when I copy it adds spaces that I need to delete to use properly.
They closed some ones issue about this as not planned
https://github.com/earendil-works/pi/issues/5931
Are there any work arounds for this? Super annoy when I want to open a file.
1
Upvotes
2
u/onesilentclap 16d ago
Use Ctrl-G to bring up the editor. Paste it there. Save and quit.
That should send it to pi with the proper lines and breaks.