1ALACRITTY-MSG(1) User Commands ALACRITTY-MSG(1)
2
3
4
6 alacritty-msg - Send messages to Alacritty
7
9 alacritty msg [OPTIONS] <MESSAGE> [MESSAGE_OPTIONS]
10
12 This command communicates with running Alacritty instances through a
13 socket, making it possible to control Alacritty without directly ac‐
14 cessing it.
15
17 -s, --socket <socket> Path for IPC socket creation
18
20 create-window
21 Create a new window in the same Alacritty process
22
23
24 OPTIONS
25
26 --hold Remain open after child process exits
27
28 --working-directory <working-directory>
29 Start the shell in the specified working directory
30
31 -e, --command <command>...
32 Command and args to execute (must be last argument)
33
34 config Update the Alacritty configuration
35
36
37 ARGS
38
39 <CONFIG_OPTIONS>...
40 Configuration file options [example: cur‐
41 sor.style=Beam]
42
43
44 OPTIONS
45
46 -w, --window-id <WINDOW_ID>
47 Window ID for the new config.
48
49 Use `-1` to apply this change to all windows.
50
51 [default: $ALACRITTY_WINDOW_ID]
52
54 See the alacritty github repository at
55 https://github.com/alacritty/alacritty for the full documentation.
56
58 Found a bug? Please report it at
59 https://github.com/alacritty/alacritty/issues.
60
62 • Christian Duerr <contact@christianduerr.com>
63
64
65
66alacritty 0.12.3 October 2021 ALACRITTY-MSG(1)