feat: add --player option

This commit is contained in:
Benex254
2024-09-18 19:39:06 +03:00
parent 14331d8bc2
commit bb14b269de
7 changed files with 140 additions and 60 deletions

View File

@@ -18,7 +18,7 @@ fzf-preview() {
fi
# 1. Use kitty icat on kitty terminal
if [[ $KITTY_WINDOW_ID ]] && false; then
if [[ $KITTY_WINDOW_ID ]]; then
# 1. 'memory' is the fastest option but if you want the image to be scrollable,
# you have to use 'stream'.
#