ref: 20b1d780fd11bca49019e07c48f97fd0cfc35dd0
parent: e52e8c751354754acbd4a61cfbf459466aadacae
author: penny <penny@limitedideas.org>
date: Sat Oct 4 08:25:23 EDT 2025
help document for /pinned
--- a/help.go
+++ b/help.go
@@ -3,7 +3,7 @@
import "fmt"
func helpString(configpath string) string {- helpstring := `Lines with no command are sent as a post.
+ helpstring := ` Lines with no command are sent as a post.
Most commands that take <index> will operate on the most recently interacted with status,
if no index is passed.
Posts with multiple arguments may accept "." to operate on recent status.
@@ -31,6 +31,7 @@
/mark <index> Bookmark status by index.
/unmark <index> Unbookmark status.
/account [index] [account] View account details and status, either by index or name.
+ /pinned [index] [account] View account's pinned statuses.
/pause Pause the streaming timeline or unpause it.
Pressing enter on an empty line will also unpause.
--
⑨