commit de22a9a0b8ce5f56d7955115785132a933c4ba1c
parent 2fac695147d53b6890d1d88721c3b8c26557cc4a
Author: Jeff <dev@watertao.xyz>
Date: Thu, 26 Feb 2026 14:16:56 -0800
Fixed text browser query mode issue
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tao_url.sh b/tao_url.sh
@@ -150,12 +150,12 @@ file_action()
# download-then-views first
prnt "$TAO_DL_THEN_OPEN" | grep -q "${p%% *}" && dl_then_view
+ [ "$p" != "tao_youtube_query.sh -q" ] && query_stage
+
# open term if needed
prnt "$TAO_EXEC_IN_TERM" | grep -q "${p%% *}" && [ $noterm -ne 1 ] && \
$trm $p "$u" && cu
- [ "$p" != "tao_youtube_query.sh -q" ] && query_stage
-
# for all else just run it
$p "$u" && cu