Is there a way to get the current callsign and frequency out of CQRLOG for use in a KDE notification? I'd like to use something like:
notify-send $CALLSIGN "seen on " $FREQUENCY "!"
for the Callsign Alert feature.
Thanks,
Art H.
KE0CQF
Tue, 2015-02-03 18:04
#1
Callsign Alert
Hi Art,
CQRLOG has callsign alert feature but for now, it's without macros. Please look at Preferences -> DX cluster. For now, it can run any command but you can't insert callsign or any other data into it. I just looked at the source code and should not be so hard to add these macros. I'll do it to next version. Thank you for suggestion.
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Hi Art,
done, I just added it https://github.com/ok2cqr/cqrlog/commit/661e8f92c4eb0f481a2a422a0459a67f...
it will be part of new version.
73 Petr, OK2CQR
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
Excellent! Thank you!