1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 21:01:10 +01:00
Multi-platform "Fast Log Entry"(FLE) processing tool
Find a file
Jean-Marc MEESSEN 1077b7254f Correctadif date
2020-07-01 13:53:53 +02:00
.vscode fixed Band Parsing 2020-06-20 20:38:09 +02:00
cmd Correctadif date 2020-07-01 13:53:53 +02:00
notes Highlight contest loging in spec 2020-06-13 21:57:05 +02:00
test reorganise test data 2020-06-27 19:41:23 +02:00
.gitignore ignore the executable 2020-05-28 13:27:28 +02:00
build.sh Add stop on error to the bash scripts 2020-06-23 14:42:14 +02:00
go.mod Skeleton complete 2020-05-28 12:40:53 +02:00
go.sum Changed the license 2020-05-28 12:17:01 +02:00
LICENSE Skeleton complete 2020-05-28 12:40:53 +02:00
main.go Skeleton complete 2020-05-28 12:40:53 +02:00
README.md Further readme tweaking 2020-05-28 18:40:06 +02:00
test.sh Add stop on error to the bash scripts 2020-06-23 14:42:14 +02:00
todo.md some TODO list tweaking 2020-06-24 13:36:35 +02:00

FLEcli

Multi-platform "Fast Log Entry"(FLE) processing tool.

"Fast Log Entry" 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 format ready to be uploaded to eQSL/LOTW or submitted for SOTA and WWFF. The program is only availble as a Windows executable which leaves the Mac or Linux users (like me) in the cold.

This tool is intended to process FLE formated files on other platform than Windows. The FLE file format is described on https://www.df3cb.com/fle/documentation/

But is also the alibi to learn and explore GO.