1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-31 06:51:02 +01:00
Multi-platform "Fast Log Entry"(FLE) processing tool
Find a file
2020-05-28 13:52:20 +02:00
cmd Skeleton complete 2020-05-28 12:40:53 +02:00
notes add documentation and examples 2020-05-28 13:52:20 +02:00
test/data add documentation and examples 2020-05-28 13:52:20 +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 udate the documentation 2020-05-27 21:29:23 +02:00

FLEcli

Multi-platform "Fast Log Entry"(FLE) processing tool

This is a tool intended to facilitate the processing of "Fast Log Entry" entry files on other platform than Windows. The format is described on https://www.df3cb.com/fle/documentation/

This is a project used to learn and explore GO.