impr: category selection

This commit is contained in:
2025-07-05 12:07:29 +02:00
parent 82377a4d5c
commit e0a3905a72

View File

@@ -136,7 +136,8 @@ while true; do
__attachment_view "$file" __attachment_view "$file"
;; ;;
"ctrl-t") "ctrl-t")
query="'$(__select_category)'" cat="$(__select_category)"
[ -n "$cat" ] && query="'$cat'"
;; ;;
"") "")
__edit "$file" __edit "$file"