Is your feature request related to a problem? Please describe.
I would like to quickly pull up a running log of a service
Describe the solution you'd like
A button next to each service that opens a terminal with a command like this journalctl --user -u <service> -b -e -f, specifically with -b meaning logs from this boot, and -e -f meaning follow from the end of the log like tail -f.
Describe alternatives you've considered
Opening the terminal and typing the command manually (inconvenient)
Additional context
N/A
Is your feature request related to a problem? Please describe.
I would like to quickly pull up a running log of a service
Describe the solution you'd like
A button next to each service that opens a terminal with a command like this
journalctl --user -u <service> -b -e -f, specifically with-bmeaning logs from this boot, and-e -fmeaning follow from the end of the log liketail -f.Describe alternatives you've considered
Opening the terminal and typing the command manually (inconvenient)
Additional context
N/A