m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 07:13:48 -05:00

Updated Examples (markdown)

seebye
2022-12-13 11:29:42 +01:00
parent fcc2520590
commit c1abff48a2

@@ -51,7 +51,6 @@ Table of Contents
* [fzf as dmenu replacement](#fzf-as-dmenu-replacement)
* [ctags](#ctags)
* [ASDF](#asdf)
* [Images](#images)
* [v](#v)
* [Inspired by v. Opens files in ~/.viminfo](#inspired-by-v-opens-files-in-viminfo)
* [With <a href="https://github.com/clvv/fasd">fasd</a>.](#with-fasd)
@@ -1168,25 +1167,6 @@ vmc() {
}
```
### Images
[fzfimg](https://github.com/seebye/ueberzug/blob/master/examples/fzfimg.sh) allows to display images.
It's a wrapper script, so it supports the same options as fzf does.
Examples:
* draw the selected image `fzfimg.sh`
* draw always the same image
```bash
fzfimg.sh --preview 'draw_preview /some/path/some-image.png'
```
* change the preview window
```bash
fzfimg.sh --preview-window top:80% --cycle
fzfimg.sh --preview-window bottom:80% --reverse
fzfimg.sh --preview-window left:50
fzfimg.sh --preview-window right:80%
```
### Homebrew
```sh