An open API service indexing awesome lists of open source software.

https://github.com/systemd-commander/systemd-commander

Terminal-based systemd UI
https://github.com/systemd-commander/systemd-commander

curses journalctl journald machinectl machined python systemctl systemd terminal terminal-based tui

Last synced: about 1 year ago
JSON representation

Terminal-based systemd UI

Awesome Lists containing this project

README

          

=== systemd-commander

Systemd Commander is a terminal-based tool to manage systemd:
- process control: list, start, stop, restart units
- journald: show journals, search by date and string
- machined: list, start, stop, VMs and containers; list, download, delete images.

.Usage:
[source, bash]
----
sudo systemd-commander
----

Configuration:

Config files are parsed in the following order::
- /etc/systemd-commander.conf
- ~/.config/systemd-commander.conf
- ~/.systemd-commander.conf

==== TODO

Journald::
- [ ] prev/next boot
- [ ] prev/next unit
- [ ] prev/next page
- [ ] search string
- [ ] toggle follow
- [ ] seek by time

systemctl::
- [ ] list units
- [ ] toggle enable/disable
- [ ] start/stop/restart/
- [ ] show status
- [ ] jump to logs for the highlighted unit