mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 11:29:01 +00:00
Fix a typo on CHANGELOG
This commit is contained in:
parent
a818653174
commit
250d507bdf
@ -16,9 +16,10 @@ CHANGELOG
|
|||||||
# FZF_API_KEY is required for a non-localhost listen address
|
# FZF_API_KEY is required for a non-localhost listen address
|
||||||
export FZF_API_KEY="$(head -c 32 /dev/urandom | base64)"
|
export FZF_API_KEY="$(head -c 32 /dev/urandom | base64)"
|
||||||
fzf --listen 0.0.0.0:6266
|
fzf --listen 0.0.0.0:6266
|
||||||
|
```
|
||||||
# To allow remote process execution, use `--listen-unsafe` instead
|
- To allow remote process execution, use `--listen-unsafe` instead
|
||||||
# (execute, reload, become, preview, change-preview, tranform-*, etc.)
|
(`execute*`, `reload*`, `become`, `preview`, `change-preview`, `transform-*`)
|
||||||
|
```sh
|
||||||
fzf --listen-unsafe 0.0.0.0:6266
|
fzf --listen-unsafe 0.0.0.0:6266
|
||||||
```
|
```
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user