aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-04-18 09:28:14 +0200
committerdefault <nobody@localhost>2025-04-18 09:28:14 +0200
commitcafc4e10decc035e77cbf74ac42eef6a0bc6dd36 (patch)
treee0a49dc52946f243751f4cdfc9b85afe49fe8392 /doc
parentf8961e9590002263472c2e60132888e7ac23b3fa (diff)
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.112
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index 2f1ccfe..92e30b7 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -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