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-05-30 17:25:33 +02:00
cmd Read the file in a string array 2020-05-29 22:39:23 +02:00
notes adding regex example references 2020-05-30 17:25:33 +02:00
test Read the file in a string array 2020-05-29 22:39:23 +02:00
.gitignore ignore the executable 2020-05-28 13:27:28 +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
todo.md Read the file in a string array 2020-05-29 22:39:23 +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.