diff options
| author | default <nobody@localhost> | 2025-04-18 09:28:14 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-04-18 09:28:14 +0200 |
| commit | cafc4e10decc035e77cbf74ac42eef6a0bc6dd36 (patch) | |
| tree | e0a49dc52946f243751f4cdfc9b85afe49fe8392 | |
| parent | f8961e9590002263472c2e60132888e7ac23b3fa (diff) | |
Updated documentation.
| -rw-r--r-- | doc/snac.1 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -350,6 +350,18 @@ Imports a Mastodon list of accounts to be blocked in CSV format. The file must be stored inside the .Pa import/ subdirectory of a user's directory inside the server base directory. +.It Cm lists Ar basedir Ar uid +Prints the name of the user created lists. +.It Cm list_members Ar basedir Ar uid Ar name +Prints the list of actors in the named list. +.It Cm create_list Ar basedir Ar uid Ar name +Creates a new list. +.It Cm delete_list Ar basedir Ar uid Ar name +Deletes an existing list. +.It Cm list_add Ar basedir Ar uid Ar name Ar account +Adds an account (by its @name@host handle or actor URL) to a list. +.It Cm list_del Ar basedir Ar uid Ar name Ar actor_url +Deletes an actor (by its actor URL) from a list. .El .Ss Migrating an account to/from Mastodon See |