From 0f50dc848e58b47408713c2c31f2be73287c030a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 3 Sep 2023 16:30:35 +0900 Subject: Add 'GET /' endpoint for getting the program state (experimental) Related #3372 --- man/man1/fzf.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index e9de4fe1..4388c97b 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -795,6 +795,9 @@ e.g. \fB# Start HTTP server on port 6266 fzf --listen 6266 + # Get program state in JSON format (experimental) + curl localhost:6266 + # Send action to the server curl -XPOST localhost:6266 -d 'reload(seq 100)+change-prompt(hundred> )' -- cgit v1.2.3