fzf-36.sh
· 89 B · Bash
Sin formato
# {} is replaced with the single-quoted string of the focused line
fzf --preview 'cat {}'
1 | # {} is replaced with the single-quoted string of the focused line |
2 | fzf --preview 'cat {}' |