Skip to content(if available)orjump to list(if available)

A set of smooth, fzf-powered shell aliases&functions for systemctl

jvanderbot

The linked inspiration project is blowing my mind.

https://github.com/joehillen/sysz/blob/master/sysz

A TUI in pure shell script?? I read the script and don't even see how it's done.

3np

My personal systemctl clunk pet-peeve is "get list of all currently (active/running) (units/services)". Something like a "systemctl ps".

Consider this a feature request, I guess :)

sudahtigabulan

Do you mean that it should be invoked exactly as "systemctl ps", for convenience?

I think the functionality is already there:

  systemctl --type=service --state=running

SilverRainZ

Good idea! I also have this need, but I don't know what to name it. "ps" is a good idea.

null

[deleted]