alacritty-msg
Send messages to Alacritty.
- Provided by: alacritty (Version: 0.15.1-3)
- Source: rust-alacritty
- Report a bug
Send messages to Alacritty.
This command communicates with running Alacritty instances through a socket, making it possible to control Alacritty without directly accessing it.
-s, --socket <SOCKET>
create-window
FLAGS
OPTIONS
-T, --title <TITLE>
Default: Alacritty
--class <GENERAL> | <GENERAL>,<INSTANCE>
Default: Alacritty,Alacritty
-o, --option <OPTION>...
Example: alacritty msg create-window -o 'cursor.style="Beam"'
-e, --command <COMMAND>...
config
ARGS
Example: alacritty msg config 'cursor.style="Beam"'
FLAGS
OPTIONS
Use -1 to apply this change to all windows.
Default: $ALACRITTY_WINDOW_ID
Found a bug? Please report it at https://github.com/alacritty/alacritty/issues.