README.org: add fzf

This commit is contained in:
Vitaly Zdanevich
2025-04-09 08:32:17 +04:00
committed by Evgeniy Dushistov
parent 07cd873e9d
commit 58c48988f6

View File

@@ -21,6 +21,17 @@ make install
#+END_SRC
you can use "DESTDIR" variable to change installation path
* Integration with [[https://github.com/junegunn/fzf][fzf]]
Useful when you have multiple dictionaries
#+BEGIN_SRC sh
fzf --prompt="Dict: " \
--phony \
--bind "enter:reload(sdcv {q} -n --json | jq '.[].dict' -r)" \
--preview "sdcv {q} -en --use-dict={}" \
--preview-window=wrap \
< <(echo)
#+END_SRC
* Documentation
See sdcv man page for usage description.