Multi-platform "Fast Log Entry"(FLE) processing tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Jean-Marc MEESSEN 30535269ce
Added Date field parsing
4 years ago
cmd Added Date field parsing 4 years ago
notes Added reference to aHam Go library 4 years ago
test Add Nickname header field parsing 4 years ago
.gitignore ignore the executable 4 years ago
LICENSE Skeleton complete 4 years ago
README.md Further readme tweaking 4 years ago
go.mod Skeleton complete 4 years ago
go.sum Changed the license 4 years ago
main.go Skeleton complete 4 years ago
todo.md Update tasks completed 4 years ago

README.md

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.