From ead566a1df9bbd3327188321f3c8f0ba53ba4482 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Mon, 5 Sep 2022 18:06:07 +0200 Subject: [PATCH] added more info to README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e897781..635d749 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ This script is a QRZ.com command line QSO logger. It does the following: 1) asks the user for a call sign 2) displays available call sign info pulled from QRZ.com - 3) displays all previous QSOs with this call (pulled from QRZ.com logbook) - 4) asks the user to enter QSO specific data (date, time, report, band etc.) - 5) uploads the QSO to QRZ.com's logbook - 5) fetches the just uploaded QSO from QRZ.com for review - 7) starts again from 1) + 3) displays additional info on country, continent and LotW upload date of the call + 4) checks if the country has not been confirmed via LotW yet and alerts the user + 5) displays all previous QSOs with this call (pulled from QRZ.com logbook) + 6) asks the user to enter QSO specific data (date, time, report, band etc.) + 7) uploads the QSO to QRZ.com's logbook + 8) fetches the just uploaded QSO from QRZ.com for review + 9) starts again from 1) # Screnshot