From 8f02826972ba3326b6fffbf95721dd3e3342fc6d Mon Sep 17 00:00:00 2001 From: NullSense Date: Mon, 11 Jan 2021 19:13:38 +0100 Subject: [PATCH] Add systemctl fuzzy-sys project --- Examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Examples.md b/Examples.md index 9ba35c3..c2f65e1 100644 --- a/Examples.md +++ b/Examples.md @@ -550,6 +550,10 @@ fkill() { } ``` +### Systemctl units + +The https://github.com/NullSense/fuzzy-sys project implements frequently used systemctl unit file manipulating commands. + ### Git List all available git commands and help with [`git-commands`](https://github.com/hankchanocd/git-commands)