systemctl-tui
A simple little TUI for interacting with systemd services and their logs.
Install
This project only works on Linux. Currently you need to build from scratch with Rust installed. Either:
- Run
cargo install systemctl-tui - Clone the repo and run
cargo build --releaseto get a release binary attarget/release/systemctl-tui
Optional: alias systemctl-tui to st for quick access
Future Work
This was thrown together in a weekend. It currently only supports read operations (so no stopping/starting services). More features to come.
Credits
- Inspired by the truly excellent Lazygit.
- Based on the excellent
ratatui-template - systemd code partially taken from
servicer