mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 12:53:30 +00:00
Update cheatsheets
This commit is contained in:
8
tldr/fzf
8
tldr/fzf
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Fuzzy finder.
|
||||
> Similar to `sk`.
|
||||
> More information: <https://github.com/junegunn/fzf>.
|
||||
> More information: <https://github.com/junegunn/fzf#usage>.
|
||||
|
||||
- Start `fzf` on all files in the specified directory:
|
||||
|
||||
@@ -25,10 +25,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`fzf {{[-q|--query]}} "{{query}}"`
|
||||
|
||||
- Start `fzf` on entries that start with core and end with either go, rb, or py:
|
||||
- Start `fzf` on entries that start with `core` and end with either `go`, `rb`, or `py`:
|
||||
|
||||
`fzf {{[-q|--query]}} "^core go$ | rb$ | py$"`
|
||||
|
||||
- Start `fzf` on entries that not match pyc and match exactly travis:
|
||||
- Start `fzf` on entries that not match `pyc` and match exactly `travis`:
|
||||
|
||||
`fzf {{[-q|--query]}} "!pyc 'travis"`
|
||||
`fzf {{[-q|--query]}} "\!pyc 'travis'"`
|
||||
|
||||
Reference in New Issue
Block a user