mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-26 01:31:59 -07:00
Add --listen-unsafe=ADDR to allow remote process execution (#3498)
This commit is contained in:
@@ -16,6 +16,10 @@ CHANGELOG
|
||||
# FZF_API_KEY is required for a non-localhost listen address
|
||||
export FZF_API_KEY="$(head -c 32 /dev/urandom | base64)"
|
||||
fzf --listen 0.0.0.0:6266
|
||||
|
||||
# To allow remote process execution, use `--listen-unsafe` instead
|
||||
# (execute, reload, become, preview, change-preview, tranform-*, etc.)
|
||||
fzf --listen-unsafe 0.0.0.0:6266
|
||||
```
|
||||
- Bug fixes
|
||||
|
||||
|
Reference in New Issue
Block a user