P.S.

I was also going to share this custom export idea for your Spreadsheet tool 
to re-export.

On Sunday, 16 July 2017 10:37:59 UTC+10, TonyM wrote:
>
> Steve,
>
> Did you see this discussion on Windows Command line via a custom export 
> (save in download) export and loop that processes?, Its quite easy to 
> create a new exporter to do this and I am sure the same method can be used 
> in other OS's.
>
> Regards
> Tony 
>
> On Tuesday, 20 June 2017 21:09:34 UTC+10, stevesuny wrote:
>>
>> 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/5482e93b-0ef0-483a-89e3-2db938821a1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to