Created
September 18, 2021 17:27
-
-
Save outro56/2875b751c85028a6f347368842b7c257 to your computer and use it in GitHub Desktop.
Fzf: preview selection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fzf --preview '([[ -f {} ]] && (bat --style=numbers --color=always {} || cat {})) || ([[ -d {} ]] && (tree -C {} | less)) || echo {} 2> /dev/null | head -200' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment