How would it be possible to process a file via command line with Sublime's keybindings? I'd like to toy around with Less CSS (http://lesscss.org/) and would like a keybinding on save to run 'lessc (filename)'. Thanks.
Right now I've tried to run these: <binding key="f8" command="exec 'lessc "$File"'" /> - this does nothing <binding key="f8" command="exec lessc '"$File"'"/> - this just runs the file
Just ran into this yesterday and asked Jon. Apparently, it is not possible in v2.x yet, and isn't on the radar. I've added a feature request to Jon's fancy new tracker, but it BADLY needs some votes to get noticed: