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

https://github.com/shtratos/schibsted-file-search


https://github.com/shtratos/schibsted-file-search

Last synced: 4 days ago
JSON representation

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.