Lyaaaaaaaaaaaaaaa / Logs_Filter_2

Lightweight user-friendly software to search through logs. Made with Godot

Home Page:https://lyaaaaaaaaaaaaaaa.github.io/Logs_Filter_2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logs_Filter_2

What does this project do?

This project is a lightweight user-friendly software which filters logs.

This is a re-write of my previous project Lyaaaaa's Logs Filter. This aims at being more portable, faster and easier to maintain.

Looking for help!

I'm looking for contributors to improve the GUI. If you are interested in contributing read the How to contribute. If you have any question feel free to contact me. Other contributions are welcome as well.

Functionalities

  • Efficiently search through logs - ctrl+f isn't efficient for big files
  • Start by casting a wide net - By setting Search for all filters to off you can fetch all the lines where at least one filter appears.
  • Sharpen your search - By setting Search for all filters to on you can fetch the lines where all your filters appear.
  • Disable/Enable case sensitivity
  • See in real time the statistics of your search - The number of lines searched and the number of lines matching your filters are displayed in the top right-hand corner of the application.
  • Copy to the clipboard - In one click you can copy the whole output into your clipboard.
  • Saved preferences - You can change the size, style or color of the font and more.
  • Drag and drop - Don't waste time! Drag your log file directly into the software.

Why is this project useful?

It is more efficient and more readable for sizeable files. Ctrl+f is limited when you need a clear and readable output. Moreover, this project accepts multiple filters. Not everyone has knowledge in Linux/Windows terminal. The software comes with a simple interface.

Preview

You can search for lines where at least one of your filters appears

Or you can search for lines where they all appear

Installation

  1. Download the latest release of your system
  2. Extract the zip
  3. Run the application.

Building from sources

  1. Install Godot Engine
  2. Download the master branch
  3. Unzip the archive
  4. Open Godot Engine and scan Logs_Filter_2 folder.
  5. Open the project Logs Filter 2 in Godot Engine's projects list.
  6. Export the project with Godot Engine.

More information:

Code of conduct

How to contribute

About

Lightweight user-friendly software to search through logs. Made with Godot

https://lyaaaaaaaaaaaaaaa.github.io/Logs_Filter_2/

License:MIT License


Languages

Language:GDScript 94.3%Language:GAP 5.7%