From 72b50122e5d6f08f048e72b4bc74b6803d1f1ef9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Meessen Date: Thu, 28 May 2020 18:32:45 +0200 Subject: [PATCH] rewrite the purpose of the utility --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2d45e5..bc9e965 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # FLEcli -Multi-platform "Fast Log Entry"(FLE) processing tool +Multi-platform "Fast Log Entry"(FLE) processing tool. -This is a tool intended to facilitate the processing of ["Fast Log Entry"](https://www.df3cb.com/fle/) entry files on other platform than Windows. The format is described on https://www.df3cb.com/fle/documentation/ +["Fast Log Entry"](https://www.df3cb.com/fle/) is a nifty tool, written by DF3CB. It allows quick and efficient entry of radio amateur contacts made during DXpeditions, contests or SOTA/WWFF activation. It can export the listed contacts in ADIF or Cabrilo format ready to be uploaded to eQSL or LOTW or submitted for SOTA and WWFF. The program is only availble as a Windows executable which leaves the Mac or Linux users in the cold. -This is a project used to learn and explore GO. +This tool is intended to process FLE formated files on other platform than Windows. The format is described on https://www.df3cb.com/fle/documentation/ + +But is also the alibi to learn and explore GO.