1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-20 08:40:14 -07:00

add keyword search

This commit is contained in:
KM4ACK 2023-06-30 08:17:48 -05:00
parent d02271533f
commit 0e03f20cee

View File

@ -250,6 +250,7 @@ POST=$(yad --form --width=420 --text-align=center --center --title="Position" --
--field="Enter Call Below <b>ONLY</b> 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}')