An open API service indexing awesome lists of open source software.

https://github.com/lgsinnovations/filemine

A simple tool for doing multiple searches in one or more log files
https://github.com/lgsinnovations/filemine

Last synced: 11 months ago
JSON representation

A simple tool for doing multiple searches in one or more log files

Awesome Lists containing this project

README

          

# filemine
A tool for finding multiple phrases in one or more log files

Use https://lgsinnovations.github.io/filemine/ or do the following to serve this tool's webpage:

git clone https://github.com/LGSInnovations/filemine.git
cd filemine
npm ci # or npm install
npm start

![Screenshot 1](https://user-images.githubusercontent.com/3712209/75375754-f6a61780-588b-11ea-9e99-aa5e825803e8.png)

![Screenshot 2](https://user-images.githubusercontent.com/3712209/75375845-2bb26a00-588c-11ea-981b-cf6d5328f107.png)

To start contributing to or hacking on this project, follow the instructions above for how to serve this tool's webpage. This tool is built on the https://github.com/LGSInnovations/minimal-server-for-frontend-dev platform. For how to edit the code on the fly from the browser console, see that project. More tips may be in https://github.com/LGSInnovations/filemine/wiki