diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 01:05:26 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 01:07:59 +0900 |
| commit | 01cb38a5fb11224807452be28122de7066e1a2fa (patch) | |
| tree | 4f65383763500e10c21cb1dcfde6cd8f37ff9faf /src/options.go | |
| parent | c38c6cad794c040e5ef66485922f4d1a9fdab678 (diff) | |
| download | fzf-01cb38a5fb11224807452be28122de7066e1a2fa.tar.gz | |
Add Unix domain socket support for --listen
Close #4541
Diffstat (limited to 'src/options.go')
| -rw-r--r-- | src/options.go | 4 |
1 files changed, 3 insertions, 1 deletions
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) |
