From 0e03f20ceeeb220b25f2908f51d8119656738314 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 30 Jun 2023 08:17:48 -0500 Subject: [PATCH] add keyword search --- cat-functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cat-functions b/cat-functions index b2ad741..d8a15ff 100755 --- a/cat-functions +++ b/cat-functions @@ -250,6 +250,7 @@ POST=$(yad --form --width=420 --text-align=center --center --title="Position" -- --field="Enter Call Below ONLY for Single Station Requests":LBL \ --field="Call Sign-SSID" \ --field="Comment for Post Position" \ +--button="Search Positions":3 \ --button="Main Menu":1 \ --button="Continue":2) @@ -260,6 +261,8 @@ $MAIN & exit elif [ $QUIT = 252 ]; then exit +elif [ $QUIT = 3 ]; then +$MYPATH/keyword-search & exit fi REPORT=$(echo $POST | awk -F "|" '{print $1}')