Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ optional = true
[dependencies.modalkit]
version = "0.0.24"
default-features = false
#git = "https://github.com/ulyssa/modalkit"
#rev = "e40dbb0bfeabe4cfd08facd2acb446080a330d75"
git = "https://github.com/ulyssa/modalkit"
rev = "6d05f301c08204e74e1e5bffe185fe5d90cce2e6"

[dependencies.modalkit-ratatui]
version = "0.0.24"
#git = "https://github.com/ulyssa/modalkit"
#rev = "e40dbb0bfeabe4cfd08facd2acb446080a330d75"
git = "https://github.com/ulyssa/modalkit"
rev = "6d05f301c08204e74e1e5bffe185fe5d90cce2e6"

[dependencies.matrix-sdk]
version = "0.14.0"
Expand Down
18 changes: 17 additions & 1 deletion docs/iamb.1
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,22 @@ Set the room's canonical alias to the one provided, and make the previous one an
Delete the room's canonical alias.
.It Sy ":room canon show"
Show the room's canonical alias, if any is set.
.It Sy ":room history show"
Show the history visibility setting for the current room.
.It Sy ":room history set [mode]" .\" TODO: get options
Set the history visibility for the current room.
Valid modes are
.Dq invited
(new events after invitation),
.Dq joined
(new events after join),
.Dq shared
(whole history after join),
.Dq world_readable
(whole history for unjoined users).
.It Sy ":room history unset"
Reset the room visibility setting to
.Dq joined .
.It Sy ":room ban [user] [reason]"
Ban a user from this room with an optional reason.
.It Sy ":room unban [user] [reason]"
Expand All @@ -204,7 +220,7 @@ Kick a user from this room with an optional reason.

.Sh "SPACE COMMANDS"
.Bl -tag -width Ds
.It Sy ":space child set [room_id] [arguments]"
.It Sy ":space child set [room] [arguments]"
Add a room to the currently focused space.
.Dq ++suggested
marks the room as a suggested child.
Expand Down
Loading
Loading