 |
|
| |
IAMB(1) |
FreeBSD General Commands Manual |
IAMB(1) |
iamb — a
terminal-based client for Matrix for the Vim addict
iamb |
[-hV ] [-P
profile] [-C
dir] |
iamb is a client for the Matrix
communication protocol. It provides a terminal user interface with familiar
Vim keybindings, and includes support for multiple profiles, threads,
spaces, notifications, reactions, custom keybindings, and more.
This manual page includes a quick rundown of the available
commands in iamb . For example usage and a full
description of each one and its arguments, please refer to the full
documentation online.
-P ,
--profile
- The profile to start
iamb with. If this flag is
not specified, then it defaults to using default_profile
(see
iamb(5)).
-C ,
--config-directory
- Path to the directory the configuration file is located in.
-h ,
--help
- Show the help text and quit.
-V ,
--version
- Show the current
iamb version and quit.
- :chats
- View a list of joined rooms and direct messages.
- :dms
- View a list of direct messages.
- :logout
- Log out of
iamb .
- :rooms
- View a list of joined rooms.
- :spaces
- View a list of joined spaces.
- :unreads
- View a list of unread rooms.
- :welcome
- View the startup Welcome window.
- :download
- Download an attachment from the selected message.
- :edit
- Edit the selected message.
- :editor
- Open an external
$EDITOR to compose a
message.
- :open
- Download and then open an attachment, or open a link in a message.
- :react
[shortcode]
- React to the selected message with an Emoji.
- :redact
[reason]
- Redact the selected message.
- :reply
- Reply to the selected message.
- :unreads clear
- Mark all unread rooms as read.
- :unreact
[shortcode]
- Remove your reaction from the selected message. When no arguments are
given, remove all of your reactions from the message.
- :upload
- Upload an attachment and send it to the currently selected room.
- /markdown,
/md
- Interpret the message body as Markdown markup. This is the default
behaviour.
- /html,
/h
- Send the message body as literal HTML.
- /plaintext,
/plain,
/p
- Do not interpret any markup in the message body and send it as it is.
- /me
- Send an emote message.
- /confetti
- Produces no effect in
iamb , but will display
confetti in Matrix clients that support doing so.
- /fireworks
- Produces no effect in
iamb , but will display
fireworks in Matrix clients that support doing so.
- /hearts
- Produces no effect in
iamb , but will display
floating hearts in Matrix clients that support doing so.
- /rainfall
- Produces no effect in
iamb , but will display
rainfall in Matrix clients that support doing so.
- /snowfall
- Produces no effect in
iamb , but will display
snowfall in Matrix clients that support doing so.
- /spaceinvaders
- Produces no effect in
iamb , but will display
aliens from Space Invaders in Matrix clients that support doing so.
To start with a profile named
personal
instead of the default_profile value:
By default, iamb will use the XDG
directories, but you may sometimes want to store your configuration
elsewhere.
$ iamb -C ~/src/iamb-dev/dev-config/
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc.
|