tail/follow option
Thanks for the awesome package!
Is there a way to follow updates to a unit's journal entries, like I would get if I ran the command journalctl -u unit -f?
Hi Matthew,
I've been thinking about this, but I didn't come up with a good way to do
this yet.
A workaround for now would be something like: (run-with-timer 0 30 'journalctl "-u ssh -r").
You would have to run M-x list-timers and press c on the
journalctl-timer to stop it.
I hope to find a better solution.
Greetings
Sebastian
Am Sa., 25. Juli 2020 um 01:44 Uhr schrieb Matthew Newton < [email protected]>:
Thanks for the awesome package!
Is there a way to follow updates to a unit's journal entries, like I would get if I ran the command journalctl -u unit -f?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SebastianMeisel/journalctl-mode/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALURSNMPF54N4BGMB7FWHDLR5IMFFANCNFSM4PHE7BRA .
It would be a great feature. Any new ideas? :)