Skip to content

systemd-commander/systemd-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
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