Hi. Small note about snippets custom commands: if %CONTENT% is wrapped in quotes inside command, the pasted result may include literal single quotes at the start and end. It worked correctly for me when using %CONTENT% without extra quotes.
command = "bash -lc 'printf %s "$1" | wl-copy && wtype -M ctrl v -m ctrl' _ %CONTENT%"
delay = 150
Maybe worth a small note in the docs.
Hi. Small note about snippets custom commands: if
%CONTENT%is wrapped in quotes insidecommand, the pasted result may include literal single quotes at the start and end. It worked correctly for me when using%CONTENT%without extra quotes.command = "bash -lc 'printf %s "$1" | wl-copy && wtype -M ctrl v -m ctrl' _ %CONTENT%"
delay = 150
Maybe worth a small note in the docs.