feat: basic image viewer

This commit is contained in:
2025-07-15 15:54:13 +02:00
parent 4ba328934b
commit adaff4e285
4 changed files with 33 additions and 6 deletions

View File

@@ -142,6 +142,7 @@ while true; do
--bind="alt-o:change-query($FLAG_ORGANIZATION )" \
--bind="alt-l:change-query($FLAG_LOCATION )" \
--bind="alt-w:toggle-preview-wrap" \
--bind="/:toggle-preview" \
--bind="ctrl-d:preview-half-page-down" \
--bind="ctrl-u:preview-half-page-up" \
--bind="ctrl-s:execute($SYNC_CMD; [ -n \"${GIT:-}\" ] && ${GIT:-echo} add -A && ${GIT:-echo} commit -am 'Synchronized'; printf 'Press <enter> to continue.'; read -r tmp)" || #--color='preview-bg:#ecc297,preview-fg:black' \