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.