barebones command to see systemd services status
Python 100.0%
1 1 0

Clone this repository

https://tangled.org/nauta.one/status
git@tangled.org:nauta.one/status

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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.