2019-07-15 20:16:43 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
permalink: /tips
|
2020-07-28 16:19:40 +00:00
|
|
|
title: Tips and Tricks
|
2020-07-28 16:47:26 +00:00
|
|
|
|
|
|
|
# Next page on sidebar is the support server link, prevent that from showing up here
|
|
|
|
next: false
|
2019-07-15 20:16:43 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# 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|
|
2021-06-02 23:50:45 +00:00
|
|
|
|pk;group|pk;g|
|
|
|
|
|pk;group new|pk;g n|
|
2019-07-15 20:16:43 +00:00
|
|
|
|pk;switch|pk;sw|
|
2019-07-26 10:18:23 +00:00
|
|
|
|pk;message|pk;msg|
|
2020-10-04 06:38:04 +00:00
|
|
|
|pk;autoproxy|pk;ap|
|
|
|
|
|
|
|
|
## Member list flags
|
|
|
|
There are a number of option flags that can be added to the `pk;system list` command.
|
|
|
|
|
|
|
|
### Sorting options
|
|
|
|
|Flag|Aliases|Description|
|
|
|
|
|---|---|---|
|
|
|
|
|-by-name|-bn|Sort by member name (default)|
|
|
|
|
|-by-display-name|-bdn|Sort by display name|
|
|
|
|
|-by-id|-bid|Sort by member ID|
|
|
|
|
|-by-message-count|-bmc|Sort by message count (members with the most messages will appear near the top)|
|
|
|
|
|-by-created|-bc|Sort by creation date (members least recently created will appear near the top)|
|
|
|
|
|-by-last-fronted|-by-last-front, -by-last-switch, -blf, -bls|Sort by most recently fronted|
|
|
|
|
|-by-last-message|-blm, -blp|Sort by last message time (members who most recently sent a proxied message will appear near the top)|
|
|
|
|
|-by-birthday|-by-birthdate, -bbd|Sort by birthday (members whose birthday is in January will appear near the top)|
|
|
|
|
|-reverse|-rev, -r|Reverse previously chosen sorting order|
|
|
|
|
|-random||Sort randomly|
|
|
|
|
|
|
|
|
### Filter options
|
|
|
|
|Flag|Aliases|Description|
|
|
|
|
|---|---|---|
|
|
|
|
|-all|-a|Show all members, including private members|
|
|
|
|
|-public-only|-public, -pub|Only show public members (default)|
|
|
|
|
|-private-only|-private, -priv|Only show private members|
|
|
|
|
|
|
|
|
::: warning
|
|
|
|
You cannot look up private members of another system.
|
|
|
|
:::
|
|
|
|
|
|
|
|
### Additional fields to include in the search results
|
|
|
|
|Flag|Aliases|Description|
|
|
|
|
|---|---|---|
|
|
|
|
|-with-last-switch|-with-last-fronted, -with-last-front, -wls, -wlf|Show each member's last switch date|
|
|
|
|
|-with-last-message|-with-last-proxy, -wlm, -wlp|Show each member's last message date|
|
|
|
|
|-with-message-count|-wmc|Show each member's message count|
|
2020-11-14 17:37:40 +00:00
|
|
|
|-with-created|-wc|Show each member's creation date|
|
2021-04-22 00:18:41 +00:00
|
|
|
|-with-avatar|-wa, -wi, -ia, -ii, -img|Show each member's avatar URL|
|
2021-08-05 21:48:31 +00:00
|
|
|
|-with-pronouns|-wp|Show each member's pronouns in the short list (shown by default in full list)|
|
2021-04-22 00:18:41 +00:00
|
|
|
|
2021-06-02 23:50:45 +00:00
|
|
|
::: warning
|
|
|
|
These flags only work with the full member list (`pk;system list full`).
|
|
|
|
:::
|
|
|
|
|
2021-04-22 00:18:41 +00:00
|
|
|
## Miscellaneous flags
|
|
|
|
|Command|Flag|Aliases|Description|
|
|
|
|
|---|---|---|---|
|
2021-07-08 14:34:13 +00:00
|
|
|
|pk;system list|-search-description|-sd|Search inside descriptions instead of member names|
|
|
|
|
|pk;system frontpercent|-fronters-only|-fo|Show the system's frontpercent without the "no fronter" entry|
|
|
|
|
|pk;system frontpercent|-flat||Show "flat" frontpercent - percentages add up to 100%|
|
|
|
|
|pk;group \<group> frontpercent|-fronters-only|-fo|Show a group's frontpercent without the "no fronter" entry|
|
|
|
|
|pk;group \<group> frontpercent|-flat||Show "flat" frontpercent - percentages add up to 100%|
|
|
|
|
|Most commands|-all|-a|Show hidden/private information|
|
2021-08-28 02:31:28 +00:00
|
|
|
|Most commands|-raw|-r|Show text with formatting, for easier copy-pasting|
|
2021-07-08 14:34:13 +00:00
|
|
|
|All commands, except `delete`|-y|-yes|Skip confirmation prompt|
|