From e85d6410af991ec81b847541a48026ae973cde7e Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 29 Jul 2021 23:52:39 +0200 Subject: add navi cheats --- .../navi/cheats/robertgzr__cheats/gentoo/openrc.cheat | 17 +++++++++++++++++ .../navi/cheats/robertgzr__cheats/gentoo/pkg.cheat | 10 ++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat create mode 100644 .local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat (limited to '.local/share/navi/cheats/robertgzr__cheats/gentoo') diff --git a/.local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat b/.local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat new file mode 100644 index 0000000..627ff70 --- /dev/null +++ b/.local/share/navi/cheats/robertgzr__cheats/gentoo/openrc.cheat @@ -0,0 +1,17 @@ + +% openrc + +# OpenRC service start +doas rc-service start + +# OpenRC service restart +doas rc-service restart + +# OpenRC service stop +doas rc-service stop + +# OpenRC service status +doas rc-service status + +# OpenRC runlevel change +doas rc diff --git a/.local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat b/.local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat new file mode 100644 index 0000000..6bfe040 --- /dev/null +++ b/.local/share/navi/cheats/robertgzr__cheats/gentoo/pkg.cheat @@ -0,0 +1,10 @@ + +% gentoo, eix + +# list installed pkgs + +eix-installed -a + +# list installed unstable pkgs + +eix-installed -a | grep 9999 -- cgit 1.4.1