9 ms·
I could actually use something like slacktail -F. Does this exist?
by fwr 11y ago
I could actually use something like slacktail -F. Does this exist?
- bcicen_ 11y agoI wasn't sure how many people would find it useful, but I have been working on a feature branch to add streaming. We'll aim to include it with the next release.
- tomschlick 11y agocould be very useful for tailing audit logs to a "security team" channel or something like that.
- bcicen_ 11y agoThanks for the vote; I've created a Github issue to track implementation of a streaming feature here: https://github.com/vektorlab/slackcat/issues/9 https://github.com/vektorlab/slackcat/issues/9
- ytjohn 11y agoHere, try this other slackcat. https://github.com/skattyadz/slackcat https://github.com/skattyadz/slackcat tail -F logfile | grep --line-buffered -v '^\s*$' | slackcat