Was thinking one thing that could be handy to have in the CLI is a 
"publish" command that could support:

   - rsync over ssh
   - scp
   - FTP (plain and secure varieties)
   - DAV
   - Local/network file system copy (could be handy in some scenarios to 
   push to your "production" folder)
   - Email (to satisfy Letts' Law 
   
<https://friendfeed.com/thwartedefforts/9d3c0223/letts-law-all-programs-evolve-until-they-can>
 
   :)
   - ???

For my purposes one of the first two mechanisms would be best. Obviously 
it's easy enough to just have a script file that does the copying, but was 
thinking it would be nice to be able to simply add it to the command chain, 
e.g.,

tiddlywiki --rendertiddlers [!is[system]] statictiddler.html static 
text/plain --publish static scp://username@webserver:public_html/.

I think it would be an interesting challenge I may consider taking on, but 
wanted to gauge interest, including whether Jeremy would be interested in 
accepting a pull request on it if I got it working, since I presume it 
would have to be in core to work as a TW command?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to