Experimental GUI
There's now an experimental GTK GUI in crates/systemctl-gui:
Give it a spin, if people find it useful I might package it for easier installation.
Command/action improvements
There's now a command palette (activated with ctrl+p) that helps for global and infrequently used commands:
We now only show actions that make sense given the unit state (no point in showing Stop for a stopped service). PRs: #127 #128
Templates
We now handle systemd templates appropriately (previously we were showing them as regular services). #123
Everything else
- Show remote unit files read-only in the pager by @rgwood in #120
- Standardize block title padding by @rgwood in #130
- Tighten details columns by @rgwood in #129
Full Changelog: v0.7.0...v0.8.0