Andrew MacFie
unread,May 9, 2013, 4:09:02 PM5/9/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to penta...@googlegroups.com
In order to write a string returned by a Javascript program to a local file using Pentadactyl, one might run an external command (:!) to do the file-writing, but how could I pass the value of a Javascript variable, for example, to this command? Can I pipe the result of one command to another? Is there another way to write to the local filesystem?