Want to create an interactive transcript for this episode?
Podcast: Chaos Computer Club - recent audio-only feed
Episode: isd: interactive systemd (asg2025)
Description: Simplify systemd management with `isd`! `isd` is a TUI offering fuzzy search for units, auto-refreshing previews, smart sudo handling, and a fully customizable interface for power-users and newcomers alike.
If you ever became frustrated while typing:
- `systemctl start --user unit-A.service` (manually starting a unit)
- `systemctl status --user unit-A.service` (seeing that it failed)
- `journalctl -xe --user -u unit-A.service` (checking the logs)
- `systemctl edit --user unit-A.service` (updating the unit)
- (repeat until problem is solved)
`isd` could help.
In this presentation, we will discuss the features that `isd` currently supports, the features that are...