Tools/fzf.json
|
{ "name": "fzf", "description": "General-purpose command-line fuzzy finder", "tags": [ "fuzzy", "picker", "search" ], "executable": "fzf.exe", "packages": { "scoop": "fzf", "winget": "junegunn.fzf", "choco": "fzf" }, "xdg": { "compliance": "none", "method": "default" }, "env": { "FZF_DEFAULT_COMMAND": "fd --type f --strip-cwd-prefix --hidden --follow --exclude .git", "FZF_DEFAULT_OPTS": "--layout=reverse\n--inline-info\n--height=40%\n--border", "FZF_ALT_C_COMMAND": "fd --type d --strip-cwd-prefix --hidden --follow --exclude .git", "FZF_ALT_C_OPTS": "--preview \"eza --tree --level=2 --color=always {}\"", "FZF_CTRL_T_COMMAND": "fd --type f --strip-cwd-prefix --hidden --follow --exclude .git", "FZF_CTRL_T_OPTS": "--preview \"bat -n --color=always {}\" --bind 'ctrl-/:change-preview-window(down|hidden|)'" }, "aliases": {}, "picker": null } |