systemctl-tui
A fast, simple TUI for interacting with systemd services and their logs.
systemctl-tui
can quickly browse service status and logs, and 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 --release
to get a release binary attarget/release/systemctl-tui
Optional:
- Alias
systemctl-tui
tost
for quick access - Create a symlink so
systemctl-tui
can be used with sudo:
sudo ln -s ~/.cargo/bin/systemctl-tui /usr/bin/systemctl-tui
Help
Credits
- Inspired by the truly wonderful Lazygit
sysz
is so cool- Used
ratatui-template
to get started - systemd code partially taken from
servicer