How should fzf integration look like? #627
-
I don't know what will fzf integration achieve, documentation didn't mention much of it. I assume the completion will be presented by fzf instead? if [[ ! -v BASH_COMPLETION_VERSINFO ]]; then
. "/nix/store/90hrgw8wy5b2xh4zr8p0lhpfzmzx1mjb-bash-completion-2.16.0/etc/profile.d/bash_completion.sh"
fi
source -- "/nix/store/g4mn0iswaaf4hsyssx10n489q9whhl28-blesh-0.4.0-devel3/share/blesh/ble.sh" --attach=none
ble-import -d "/nix/store/g4mn0iswaaf4hsyssx10n489q9whhl28-blesh-0.4.0-devel3/share/blesh/contrib/integration/fzf-completion.bash"
ble-import -d "/nix/store/g4mn0iswaaf4hsyssx10n489q9whhl28-blesh-0.4.0-devel3/share/blesh/contrib/integration/fzf-key-bindings.bash" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It doesn't provide a feature. It solves a compatibility issue between ble.sh and fzf. The details are described in
No. I'm not sure exactly what you imagine, but you might be interested in checking out |
Beta Was this translation helpful? Give feedback.
It doesn't provide a feature. It solves a compatibility issue between ble.sh and fzf. The details are described in
contrib/integration/fzf.md
.No.
I'm not sure exactly what you imagine, but you might be interested in checking out
ble-import -d integration/fzf-menu
.