random touch ups
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -13,11 +13,14 @@ generated/
|
|||||||
# Ignore generic compiled outputs
|
# Ignore generic compiled outputs
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
*.a
|
|
||||||
*.lib
|
*.lib
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
*.dll
|
*.dll
|
||||||
|
*.exe
|
||||||
|
LumberJack
|
||||||
|
prgrm_files
|
||||||
|
|
||||||
|
|
||||||
# ==========================================
|
# ==========================================
|
||||||
# Language Server & IDE Support (Arch Linux / Dev Tools)
|
# Language Server & IDE Support (Arch Linux / Dev Tools)
|
||||||
@@ -33,6 +36,8 @@ compile_commands.json
|
|||||||
*~
|
*~
|
||||||
.clangd/
|
.clangd/
|
||||||
.cache/
|
.cache/
|
||||||
|
mingw-toolchain.cmake
|
||||||
|
|
||||||
|
|
||||||
# ==========================================
|
# ==========================================
|
||||||
# Databases and Logs (Specific to your project)
|
# Databases and Logs (Specific to your project)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,12 +0,0 @@
|
|||||||
LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs.
|
|
||||||
|
|
||||||
NOTES:
|
|
||||||
- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create local .env file with the locations you provided. If you mess up, just change them in the file for now.
|
|
||||||
* I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application...
|
|
||||||
|
|
||||||
|
|
||||||
FUTURE CHANGES:
|
|
||||||
- Better filtering functionality
|
|
||||||
- Ban IP functionality
|
|
||||||
- Access Date/Time column
|
|
||||||
- Sorting by column (asc/desc)
|
|
||||||
BIN
Releases/v1_0_0/MacOS_LumberJack_v1_0_0.zip
Normal file
BIN
Releases/v1_0_0/MacOS_LumberJack_v1_0_0.zip
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,12 +0,0 @@
|
|||||||
LumberJack TUI takes in an Apache2 access log file and provides an interactive interface to check your logs.
|
|
||||||
|
|
||||||
NOTES:
|
|
||||||
- The TUI will ask for the access.log file location and the GeoLite2-City.mmdb file location on startup. It will then create local .env file with the locations you provided. If you mess up, just change them in the file for now.
|
|
||||||
* I have not tried using the GeoLite2-Country.mmdb file and do not know if it will crash the application...
|
|
||||||
|
|
||||||
|
|
||||||
FUTURE CHANGES:
|
|
||||||
- Better filtering functionality
|
|
||||||
- Ban IP functionality
|
|
||||||
- Access Date/Time column
|
|
||||||
- Sorting by column (asc/desc)
|
|
||||||
Binary file not shown.
BIN
third_party/lib/mingw_libmaxminddb.a
vendored
Normal file
BIN
third_party/lib/mingw_libmaxminddb.a
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user