add fzf for Mac, Windows 10, and Linux
[webi-installers/.git] / fzf / README.md
diff --git a/fzf/README.md b/fzf/README.md
new file mode 100644 (file)
index 0000000..3932d8f
--- /dev/null
@@ -0,0 +1,32 @@
+---
+title: fzf
+homepage: https://github.com/junegunn/fzf-bin
+tagline: |
+  fzf is a general-purpose command-line fuzzy finder.
+---
+
+### Updating
+
+```bash
+webi fzf@stable
+```
+
+Use the `@beta` tag for pre-releases.
+
+## Cheat Sheet
+
+> 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.
+
+### Live filter search results
+
+```bash
+find . | fzf
+```
+
+### Live filter logs
+
+```bash
+sudo journalctl -u my-app-name  --since '2020-01-01' | fzf
+```