mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 06:43:47 -05:00
Update ADVANCED.md
This commit is contained in:
@@ -508,8 +508,8 @@ with an arbitrary query string. This means fzf is no longer restricted to the
|
|||||||
exact query entered in the prompt.
|
exact query entered in the prompt.
|
||||||
|
|
||||||
In the example below, `transform` action is used to conditionally trigger
|
In the example below, `transform` action is used to conditionally trigger
|
||||||
either `reload` for ripgrep or `search` for fzf. The first word of the query
|
`reload` for ripgrep, followed by `search` for fzf. The first word of the
|
||||||
initiates the Ripgrep process to generate the initial results, while the
|
query initiates the Ripgrep process to generate the initial results, while the
|
||||||
remainder of the query is passed to fzf for secondary filtering.
|
remainder of the query is passed to fzf for secondary filtering.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user