m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

fb - buku bookmarks - add workaround for https://github.com/junegunn/fzf/issues/2021

MahouShoujoMivutilde
2020-12-25 23:37:24 +03:00
parent 6c0a93c3de
commit 0a4d828941

@@ -1517,7 +1517,7 @@ buku -p -f 4 |
else else
printf "%s \t\x1b[38;5;124m%s \t\x1b[38;5;208m%s\033[0m\n", $2, $4, $3 printf "%s \t\x1b[38;5;124m%s \t\x1b[38;5;208m%s\033[0m\n", $2, $4, $3
}' | }' |
fzfmenu --ansi -d $'\t' --with-nth=2,3 \ fzfmenu --tabstop 1 --ansi -d $'\t' --with-nth=2,3 \
--preview-window='bottom:10%' --preview 'printf "\x1b[38;5;117m%s\033[0m\n" {1}' | --preview-window='bottom:10%' --preview 'printf "\x1b[38;5;117m%s\033[0m\n" {1}' |
awk '{print $1}' | xargs -d '\n' -I{} -n1 -r xdg-open '{}' awk '{print $1}' | xargs -d '\n' -I{} -n1 -r xdg-open '{}'
``` ```