chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
254 stars 10 forks source link

Piping the clipboard through STDIN #40

Open ssimeonov opened 8 years ago

ssimeonov commented 8 years ago

Is there a reliable way to pipe the contents of the clipboard to a shell command? echo {{clipboard}} | cmd doesn't work because the clipboard is not shell-escaped. There are many example use cases for this, e.g., calculating statistics for the text, transforming it in some way, etc.