man(1) | Profanity XMPP client | man(1) |
NAME
/bookmark
DESCRIPTION
Manage bookmarks and join bookmarked rooms. If you are in a chat room and no arguments are supplied to `/bookmark add`, autojoin is set to "on". There is also an autojoin ignore list in case you want to autojoin in many clients but not on Profanity.
SYNOPSIS
/bookmark
/bookmark list [<jid>]
/bookmark add [<room>] [nick <nick>] [password <password>] [name <roomname>] [autojoin on|off]
/bookmark update <room> [nick <nick>] [password <password>] [name <roomname>] [autojoin on|off]
/bookmark remove [<room>]
/bookmark join <room>
/bookmark invites on|off
/bookmark ignore
/bookmark ignore add <jid>
/bookmark ignore remove <jid>
ARGUMENTS
list [<jid>]
add [<room>]
remove [<room>]
update <room>
nick <nick>
password <password>
name <roomname>
autojoin on|off
join <room>
invites on|off
ignore add <barejid>
ignore remove <barejid>
EXAMPLES
/bookmark add room@example.com nick YOURNICK
/bookmark join room@example.com
/bookmark update room@example.com nick NEWNICK autojoin on
/bookmark ignore room@example.com
/bookmark list
/bookmark list room@example.com
/bookmark remove room@example.com
2023-08-03 | 0.13.1 |