1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-02-07 16:32:46 +01:00
Commit graph

13 commits

Author SHA1 Message Date
Nic Heath
5560c5a68a
Add check to verify output file directory exists. (#131)
* Add check to verify output file directory exists.
* Change (and test) the error handling of the CheckDir function
* Add ADIF arguments tests 
* Add CSV arguments tests

---------

Co-authored-by: Jean-Marc MEESSEN <jean-marc@meessen-web.org>
2024-03-20 22:10:04 +01:00
Nic Heath
92ae396b68
Add MY_LAT and MY_LON support using FLE keyword mylat and mylon. (#129)
* Add MY_LAT and MY_LON support using FLE keyword mylat and mylon.

* Add test cases for mylat and mylon.
2024-03-20 09:40:27 +01:00
Jean-Marc MEESSEN
19b46f66ea
Improve POTA ref validation (#112) 2023-12-03 22:05:38 +01:00
Jean-Marc MEESSEN
8ded553835
Fix POTA reference prefix validation (#109)
* Fix POTA reference prefix validation

* Update "what's new" for v0.1.7
2023-11-24 21:22:04 +01:00
Bryan Nehl
9cdef88796
support 5 digit parks (#106)
* support 5 digit parks
* update releaser file
* update comment to match code revision
2023-11-14 10:48:52 +01:00
Jean-Marc MEESSEN
97e550e45c
Tidying application after Go release bump (#92)
* Update dependencies (yaml)
* change linter
* format code and correct spelling
* remove deprecated ioutils
* change lint command in "CI" GitHub Action
* check return value of cmd.Execute()
* Solve lint issues
2023-02-10 17:45:10 +01:00
vk3arr
dd9b2ed05c
Update missing SOTA Bands (#83) 2023-02-08 13:33:00 +01:00
Jean-Marc MEESSEN
61c42d1c75
Pota support (#73)
* Add POTA processing
* add end to end POTA test
* allow tabs to be a valid separator in the header section
2021-12-04 22:36:53 +01:00
Jean-Marc MEESSEN
b082b8aea4
Fix Call & Grid parsing as well as WWFF Adif output bug 2020-09-14 14:00:27 +02:00
Jean-Marc MEESSEN
51bea8d698
Add day increment feature 2020-09-10 22:09:59 +02:00
Jean-Marc MEESSEN
ebe782ead0
Improve date parsing (multiple delimiter, complete shorthand notation) and DATE marker is optional 2020-09-05 22:14:32 +02:00
Jean-Marc MEESSEN
53bd916d7a
Adding GridLocator and MyGrid support 2020-09-04 21:42:15 +02:00
Jean-Marc MEESSEN
0b9fb5bc78
Simplify CLI user interface 2020-07-29 08:22:13 +02:00
Renamed from cmd/validate.go (Browse further)