mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-22 19:09:00 +00:00
Add multi-line example to CHANGELOG
This commit is contained in:
parent
2f51eb2b41
commit
32eb32ee5e
@ -5,7 +5,13 @@ CHANGELOG
|
||||
------
|
||||
- fzf can now display multi-line items
|
||||
```sh
|
||||
rg -p bash | perl -0777 -pe 's/\n\n/\n\0/gm' |
|
||||
# All bash functions, highlighted
|
||||
declare -f | perl -0777 -pe 's/^}\n/}\0/gm' |
|
||||
bat --plain --language bash --color always |
|
||||
fzf --read0 --ansi --reverse --multi --highlight-line
|
||||
|
||||
# Ripgrep multi-line output
|
||||
rg --pretty bash | perl -0777 -pe 's/\n\n/\n\0/gm' |
|
||||
fzf --read0 --ansi --multi --highlight-line --reverse --tmux 70%
|
||||
```
|
||||
- To disable multi-line display, use `--no-multi-line`
|
||||
|
Loading…
Reference in New Issue
Block a user