From 7b59678e9315566c91a2865f20aa801204210d3b Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Fri, 12 May 2023 22:40:15 +0200 Subject: [PATCH] doc(README): add aliases --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da4eef2..fdacc7b 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,13 @@ Usage on different machines: | `package search ` | search for managed packages that match the search string | | `version` | show version information | +### Aliases + +Most subcommands have aliases. +For example, instead of `pacdef package sync` you can write `pacdef p sy`, and `pacdef group show` would become `pacdef g s`. + +Use `--help` or the zsh completion to find the right aliases. + ## Configuration