Currently, there seems to be no way to really know if tail is active or not when you toggle it (unless you're already tailing a file).
I added atom.notifications.addInfo() with an on/off message, which works well enough for me.
It would be better to somehow display the message in the buffer where tail is active, as it seems to only be active in one buffer at a time (which is good if you have 2 or more instances of the same file open in Atom).
Thanks for a great package!
Currently, there seems to be no way to really know if
tailis active or not when you toggle it (unless you're already tailing a file).I added
atom.notifications.addInfo()with an on/off message, which works well enough for me.It would be better to somehow display the message in the buffer where
tailis active, as it seems to only be active in one buffer at a time (which is good if you have 2 or more instances of the same file open in Atom).Thanks for a great package!