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 3867a0eb5f
add a build/test script
4 years ago
cmd Added parsing of OM name and grid locator 4 years ago
notes Add an annotated copy of the FLE documentation 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
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 Added parsing of OM name and grid locator 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.