Support piping text into the editor from the command line #15071
Labels
feature-request
Request for new features or functionality
install-update
VS Code installation and upgrade system issues
Milestone
With the
code
command installed in your PATH it should be possible to pipe text into the editor from the command line:In this example, I’d expect Code to open and show me the output of the
curl
command (which would be the HTML of the Bing home page).This works with Sublime Text (
subl
command) and TextMate (mate
command). It would be great ifcode
did this too.The text was updated successfully, but these errors were encountered: