barebones command to see systemd services status

status#

A very barebones command to see systemd services status.

$ status
ssh     active   enabled
caddy   active   enabled
service inactive enabled

config#

Create a file in $XDG_CONFIG_HOME/statusrc or $HOME/.config/statusrc with a service name per line, eg:

ssh
caddy
your-service-name

Lines starting with # will be ignored.

usage#

Just run status.

install#

Move the status script to your $PATH.