Hello,

Was wondering if anyone has built an interface to the command line from 
tiddlywiki. 

For example, given a tiddler tagged tag1 tag2 tag3, I might want to run 
these commands at the command line, from within tiddlywiki. 

grep tag1 ~/Documents/filename| grep tag2 | grep tag3  |cut -f3 > 
~/Documents/outputs/grepped.lines
wc -l ~/Documents/outputs/grepped.lines > grepped.lines.linecount


and be able to import grepped.lines and grepped.lines.linecount as tiddlers.

Doable?

I suppose I could generate the commands in a tiddler, export it as a text 
file, and use it as a script, but was hoping to do it in one step.


Thanks,

//steve.

-- 
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/cca8f223-f87e-4d93-afd9-4e6be6f518c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to