From 01cb38a5fb11224807452be28122de7066e1a2fa Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 9 Oct 2025 01:05:26 +0900 Subject: Add Unix domain socket support for --listen Close #4541 --- src/options.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/options.go') diff --git a/src/options.go b/src/options.go index a0b6f514..c1f75585 100644 --- a/src/options.go +++ b/src/options.go @@ -206,7 +206,9 @@ Usage: fzf [options] ADVANCED --with-shell=STR Shell command and flags to start child processes with - --listen[=[ADDR:]PORT] Start HTTP server to receive actions (POST /) + --listen[=SOCKET_PATH] Start HTTP server to receive actions via Unix domain socket + (Path should end with .sock) + --listen[=[ADDR:]PORT] Start HTTP server to receive actions via TCP (To allow remote process execution, use --listen-unsafe) DIRECTORY TRAVERSAL (Only used when $FZF_DEFAULT_COMMAND is not set) -- cgit v1.2.3