Skip to content

Commit

Permalink
docs: add note about fuzziness of interactive examples (fixes #543)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Dec 3, 2024
1 parent 1abf545 commit 04d79e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ sk --ansi -i -c 'ag --color "{}"'
sk --ansi -i -c 'rg --color=always --line-number "{}"'
```
> **Note**: in these examples, `{}` will be litterally expanded to the current input query.
> This does mean that these examples will search for the exact query string, and not fuzzily.
> To achieve fuzzy search, you need to pipe the command output into `sk`, without interactive mode.
![interactive mode demo](https://cloud.githubusercontent.com/assets/1527040/21603930/655d859a-d1db-11e6-9fec-c25099d30a12.gif)
## Key Bindings
Expand Down

0 comments on commit 04d79e6

Please sign in to comment.