mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 20:14:12 +02:00
Implement --listen-on option
This commit is contained in:
@@ -84,6 +84,15 @@ with the same |_ --instance-group| will result in new windows being created
|
||||
in the first |_ {appname}| instance within that group
|
||||
|
||||
|
||||
--listen-on
|
||||
Tell kitty to listen on the specified UNIX socket or TCP port for control
|
||||
messages. For example, --listen-on=unix:/tmp/mykitty or
|
||||
--listen-on=tcp:localhost:12345. On Linux systems, you can also use abstract
|
||||
UNIX sockets, not associated with a file, like this: --listen-on=unix:@mykitty.
|
||||
Note that this option will be ignored, unless you set allow_remote_control to yes
|
||||
in kitty.conf
|
||||
|
||||
|
||||
# Debugging options
|
||||
|
||||
--version -v
|
||||
|
||||
Reference in New Issue
Block a user