cerebroapp / cerebro-shell

📦 Cerebro plugin to execute any shell command from Cerebro search line
18 stars 1 forks source link

stty warning on Ubuntu Linux #5

Open nazar-pc opened 7 years ago

nazar-pc commented 7 years ago

Plugin works fine, but with any command the first line is:

stty: 'standard input': Inappropriate ioctl for device

2017-02-10 16-46-13

I don't have this message in regular terminal, should be something specific to how this plugin interacts with system.

KELiON commented 7 years ago

@nazar-pc interesting, I'll try to investigate it. Can you try different commands, like pwd, ls or something else and check if this message exists for all of them?

nazar-pc commented 7 years ago

Yes, the same with literally any command

kguidonimartins commented 7 years ago

The same here.