systemctl-tui 0.1.2

A simple TUI for interacting with systemd services and their logs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## TODO

- [ ] refresh logs on a timer
- [ ] refresh services on a timer
- [ ] unit files
  - [ ] figure out path to unit file
  - [ ] show/preview contents
  - [ ] command to open service file in text editor
- [x] put on crates.io
- [x] Implement scrolling with pgup/pgdown
- [x] try adding a modal help menu/command picker like x/? in lazygit
- [x] when searching, auto-select the first result
- [x] select first item by default
- [x] add color for stopped/running status
- [x] add some color (for dates maybe?)
- [x] ctrl-f for find
- [x] move logs to their own pane