mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Implement set/unset/show for alternative and canonical aliases (#279)
This commit is contained in:
parent
9a1adfb287
commit
4571788678
4 changed files with 277 additions and 2 deletions
12
docs/iamb.1
12
docs/iamb.1
|
@ -130,6 +130,18 @@ Remove a tag from the currently focused room.
|
|||
Set the topic of the currently focused room.
|
||||
.It Sy ":room topic unset"
|
||||
Unset the topic of the currently focused room.
|
||||
.It Sy ":room alias set [alias]"
|
||||
Create and point the given alias to the room.
|
||||
.It Sy ":room alias unset [alias]"
|
||||
Delete the provided alias from the room's alternative alias list.
|
||||
.It Sy ":room alias show"
|
||||
Show alternative aliases to the room, if any are set.
|
||||
.It Sy ":room canon set [alias]"
|
||||
Set the room's canonical alias to the one provided, and make the previous one an alternative alias.
|
||||
.It Sy ":room canon unset [alias]"
|
||||
Delete the room's canonical alias.
|
||||
.It Sy ":room canon show"
|
||||
Show the room's canonical alias, if any is set.
|
||||
.El
|
||||
|
||||
.Sh "WINDOW COMMANDS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue