A simple little TUI for interacting with systemd services and their logs.
For now, clone the repo and run cargo build --release
to get a release binary at target/release/systemctl-tui
. Later I'll put this on crates
This is a prototype hacked together in a weekend. It currently only supports read operations (so no stopping/starting services). More features to come.
ratatui-template
servicer