mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-05 00:06:37 +00:00
cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
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.
|
||||
---
|
||||
@@ -15,6 +15,8 @@ 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.
|
||||
@@ -30,3 +32,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$
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user