The Echo-Pipe Trap [Updated]
This is a great question.
https://fosstodon.org/@JustineSmithies/110979871574705636
This works, they said.
echo -en "Firefox\0icon\x1fweechat" | fuzzel -d -w 100 -l 10
But. The superficial switch to subprocess.Popen() doesn't work.
Why?
The way echo works varies from shell to shell. When MacOSX changes to zsh, things …
more ...