systemctl-tui
A fast, simple 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
Once the project has matured a bit I'll look into other package managers.
Help
Credits
- Inspired by the truly excellent Lazygit.
- Used
ratatui-templateto get started - systemd code partially taken from
servicer