https://github.com/shtratos/schibsted-file-search
https://github.com/shtratos/schibsted-file-search
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shtratos/schibsted-file-search
- Owner: shtratos
- License: mit
- Created: 2016-10-04T13:41:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T18:09:24.000Z (over 8 years ago)
- Last Synced: 2025-03-26T00:41:38.227Z (3 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Searcher
Lets you search files for exact word matches via REPL-like interface.
### How to build
Ensure you have [Maven 3.x](https://maven.apache.org/) installed.
```
$ mvn package
```This will run tests and produce a runnable jar.
### How to run```
$ ./bin/search samples/
```Where `samples/` is the directory with files where you want to search.