If you know something about #psmux, or preserving quotation marks and other text features verbatim in #powershell perhaps you can help me?

https://github.com/psmux/psmux/discussions/258

#ask_fedi #AskFedi

How to make send-keys preserve quotation marks? · psmux psmux · Discussion #258

In a PowerShell tab: psmux new-session -s ps On another one: psmux send-keys -t ps 'As they say, "live and learn."' In the first tab, the following text is pasted: As they say, live and learn. Plea...

GitHub