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 0c45dcfbc1
Adding line parsing tests
4 years ago
.vscode fixed Band Parsing 4 years ago
cmd Adding line parsing tests 4 years ago
notes Highlight contest loging in spec 4 years ago
test Add default RST 4 years ago
.gitignore ignore the executable 4 years ago
LICENSE Skeleton complete 4 years ago
README.md Further readme tweaking 4 years ago
build.sh add a build/test script 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 Report parsing complete for Phone and CW 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.