treesheets
treesheets copied to clipboard
'Copy' is not working in macOS Ventura 13.0.1 (22A400) #302
'Copy' is not working in macOS Ventura 13.0.1 (22A400) #302
If I try to copy multiple lines using 'Copy' and then paste them into treesheets, it still pastes everything in a single line.
For the time being, I am using this script in zsh shell and the Paste Plain Text
Mac App to make this work: (copies clipboard, removes newline, and then pastes to clipboard)
while [ 1 ]; do sleep 1; pbpaste | tr -d $'\r'|tr -d '\n' |pbcopy;done
For the time being this hack works fine.
But, If and whenever you get time, please fix this as well.
Sorry, don't have time to go see what causes this at the moment.