systemctl-tui
A fast, simple TUI for interacting with systemd services and their logs.
systemctl-tui can quickly browse service status and logs, as well as start/stop/restart services. It aims to do a small number of things well.
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-tuitostfor quick access - Create a symlink so
systemctl-tuican be used with sudo:
Help
Credits
- Inspired by the truly wonderful Lazygit
syszis so cool- Used
ratatui-templateto get started - systemd code partially taken from
servicer