mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Examples (markdown)
@@ -298,7 +298,8 @@ fif() {
|
|||||||
Suggested by [@gbstan](https://github.com/gbstan)
|
Suggested by [@gbstan](https://github.com/gbstan)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# alternative using ripgrep-all (rga) combined with preview
|
# alternative using ripgrep-all (rga) combined with fzf-tmux preview
|
||||||
|
# implementation below makes use of "open" on macOS, which can be replaced by other commands if needed.
|
||||||
# allows to search in PDFs, E-Books, Office documents, zip, tar.gz, etc. (see https://github.com/phiresky/ripgrep-all)
|
# allows to search in PDFs, E-Books, Office documents, zip, tar.gz, etc. (see https://github.com/phiresky/ripgrep-all)
|
||||||
# find-in-file - usage: fif <searchTerm>
|
# find-in-file - usage: fif <searchTerm>
|
||||||
fif() {
|
fif() {
|
||||||
|
|||||||
Reference in New Issue
Block a user