I have following block of code that I want to pass to copy-to-clipboard 
macro

for f in *.wav
    bmtool -v audioConvert -f mp3 "$f"
end

I tried

<<copy-to-clipboard "for f in *.wav
       bmtool -v audioConvert -f mp3 "$f"
end"
>>

But the copied text is terminated right when it encounters first double 
quite, i.e "$f". Clipboard gets

for f in *.wav
    bmtool -v audioConvert -f mp3 "

How do I get around this?

I have tried,

<<copy-to-clipboard src={{"for f in *.wav
       bmtool -v audioConvert -f mp3 "$f"
end"}}
>>

But this too didn’t work.
​

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6c53bfb0-71e8-4929-be1a-055bbea7fbe4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to