Sublime Forum

Add feature to accept piping in to sublime

#1

For example

ls | subl

or

ps | subl

should open new file and fill it with content of ls or ps commands respectively.

Currently one can run

ps | subl <(cat)

in bash, but this works only first time; second time new file does not appear.

0 Likes

#2

This does already work, so there is something dodgy with your setup

0 Likes

#3
0 Likes