X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=fzf%2FREADME.md;h=e03e83f7711d9a7579cba0669c3e642f1236b341;hb=5a175a7a21c92376e4385b6078305f1ab50a4f81;hp=3932d8feb41de75d6d75d816b71b056d894bf041;hpb=e2ade2382b346024c0f74092263230b488bf80e4;p=webi-installers%2F.git diff --git a/fzf/README.md b/fzf/README.md index 3932d8f..e03e83f 100644 --- a/fzf/README.md +++ b/fzf/README.md @@ -1,20 +1,16 @@ --- title: fzf -homepage: https://github.com/junegunn/fzf-bin +homepage: https://github.com/junegunn/fzf tagline: | fzf is a general-purpose command-line fuzzy finder. --- -### Updating - -```bash -webi fzf@stable -``` - -Use the `@beta` tag for pre-releases. +To update or switch versions, run `webi fzf@stable` (or `@v0.23`, `@beta`, etc). ## Cheat Sheet +![](https://raw.githubusercontent.com/junegunn/i/master/fzf-preview.png) + > It's an interactive Unix filter for command-line that can be used with any > list; files, command history, processes, hostnames, bookmarks, git commits, > logs, etc. @@ -30,3 +26,9 @@ find . | fzf ```bash sudo journalctl -u my-app-name --since '2020-01-01' | fzf ``` + +### Use space-delimited regular expressions to search + +```txt +^README | .md$ | .txt$ +```