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
- Host: GitHub
- URL: https://github.com/lgsinnovations/filemine
- Owner: LGSInnovations
- License: mit
- Created: 2020-02-24T18:31:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T18:36:08.000Z (about 6 years ago)
- Last Synced: 2025-06-10T01:04:12.259Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://lgsinnovations.github.io/filemine/
- Size: 49.8 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


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