alacritty-msg - Send messages to Alacritty
alacritty msg [OPTIONS] <MESSAGE> [MESSAGE_OPTIONS]
This command communicates with running Alacritty instances through a socket, making it possible to control Alacritty without directly accessing it.
-s, --socket <socket> Path for IPC socket creation
create-window
Create a new window in the same Alacritty process
--hold |
Remain open after child process exits |
--working-directory <working-directory>
Start the shell in the specified working directory
-e, --command <command>...
Command and args to execute (must be last argument)
config |
Update the Alacritty configuration |
<CONFIG_OPTIONS>...
Configuration file options [example: cursor.style=Beam]
-w, --window-id <WINDOW_ID>
Window ID for the new config.
Use ’-1’ to apply this change to all windows.
[default: $ALACRITTY_WINDOW_ID]
See the alacritty github repository at https://github.com/alacritty/alacritty for the full documentation.
Found a bug? Please report it at https://github.com/alacritty/alacritty/issues.
• Christian Duerr <contact AT christianduerr DOT com>