From b2ec1b607974e3c1e56dd4971dbac8d7e8a0c144 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 15 Jul 2019 22:16:43 +0200 Subject: [PATCH] Add docs page describing command aliases --- docs/5-tips-and-tricks.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/5-tips-and-tricks.md diff --git a/docs/5-tips-and-tricks.md b/docs/5-tips-and-tricks.md new file mode 100644 index 00000000..77983732 --- /dev/null +++ b/docs/5-tips-and-tricks.md @@ -0,0 +1,23 @@ +--- +layout: default +title: Tips and Tricks +permalink: /tips +--- + +# Tips and Tricks + +## Use command shorthands +PluralKit has a couple of useful command shorthands to reduce the typing: + +|Original|Shorthand| +|---|---| +|pk;system|pk;s| +|pk;system list|pk;s l| +|pk;system list full|pk;s l f| +|pk;system fronter|pk;s f| +|pk;system fronthistory|pk;s fh| +|pk;system frontpercent|pk;s fp| +|pk;member|pk;m| +|pk;member new|pk;m n| +|pk;switch|pk;sw| +|pk;message|pk;msg| \ No newline at end of file