@Gordon sry for the late reply, I don't know how to enable notifications here :P
I don't think you can do that with a shortcut, but when I don't want the output from a script i simply redirect it to /dev/null, eg: compare the output of ls > /dev/null with ls :P
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Gordon sry for the late reply, I don't know how to enable notifications here :P
I don't think you can do that with a shortcut, but when I don't want the output from a script i simply redirect it to
/dev/null
, eg: compare the output ofls > /dev/null
withls
:P