impr: category selection
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user