journalctl-mode
journalctl-mode copied to clipboard
Major mode to view journalctl's output in Emacs
Please update the permission statement. I recommend you use the standard permission statement: ```elisp ;; This file is free software: you can redistribute it and/or modify ;; it under the...
The function `journalctl-user-unit` does not work. The Function adds the option "--user-unit". The Function `journalctl-parse-options` does check if `journalctl-list-of-options` contains "user-unit", but it only contains "userunit" so the option is...
First of all, thank you very much for creating this package, I've been wanting something like this for a long time. The reason that I most often have to look...
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`?
I use journalctl-mode to read failed units and I always use reverse flag to start from latest events. Is it possible to activate this flag always, without manual interaction?
From `man journalctl`, DESCRIPTION section: > If one or more match arguments are passed, the output is filtered accordingly. A match is in the format "FIELD=VALUE", e.g. "_SYSTEMD_UNIT=httpd.service", referring to...
at least running journalctl -g from the shell gives different results than from within jurnalctl-mode
Hi, I was trying out this neat package and noticed that `M-x journalctl` froze my emacs until I aborted with `C-g`. After a bit of investigating I noticed that during...
*journalctl* buffer should either be read-only, or not bind single letters to commands (q, n, p, etc). It's too easy to mistake n for C-n and so on. read-only is...