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
@@ -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 '{}'
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user