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
2020-07-13 13:59:40 +02:00
.vscode fixed Band Parsing 2020-06-20 20:38:09 +02:00
cmd Improve versionning automation 2020-07-13 13:59:40 +02:00
notes Highlight contest loging in spec 2020-06-13 21:57:05 +02:00
test Support WWFF and SOTA adif output 2020-07-12 22:33:01 +02:00
.gitignore Add version display and multiarch build 2020-07-11 14:32:53 +02:00
build.sh Improve versionning automation 2020-07-13 13:59:40 +02:00
full_build.sh Add version display and multiarch build 2020-07-11 14:32:53 +02:00
go.mod Add version display and multiarch build 2020-07-11 14:32:53 +02:00
go.sum Add the time interpolating feature 2020-07-10 22:49:28 +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 Add the time interpolating feature 2020-07-10 22:49:28 +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.