p-e-w / argos

Create GNOME Shell extensions in seconds
https://extensions.gnome.org/extension/1176/argos/
1.66k stars 112 forks source link

What would be the best way to "stream" data to the script? #119

Open sohailsomani opened 4 years ago

sohailsomani commented 4 years ago

More of a feature request:

Consider I have tail -f /some/device and I want to see its output as it comes (without an interval) because it updates on a sub-second, random interval. I realize there is no way to do this currently but do you have any recommendations on how you would change the code to accomplish this? Is this a feature you'd like to have?

The script could be named:

script.stream.sh

instead of

script.1s.sh

For example.

Thanks!