Comment by π decant
Re: "Hey gemini friends I was trying to integrate plan9portβ¦"
after launching plumber, it works! both in CLI and acme.
2024-06-22 Β· 2 years ago
Original Post
Hey gemini friends I was trying to integrate plan9port tools into my work flow. Git cloned p9p and did ./INSTALL without problem. From what I have read, the plumb(1) command should function as the open(1) command in fruitOS. I.e, if I run ./9 plumb xxx.mkv, it should in theory look up the correct program to handle the mkv format and run something like mpv xxx.mkv. However, when I run ./9 plumb xxx.mkv, I get the following error: [preformatted] What is wrong with my setup? Iβm new to plan9...