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

https://github.com/trsnium/extreamseek

Search for files containing arbitrary word in parallel
https://github.com/trsnium/extreamseek

elixir file-explorer

Last synced: 8 days ago
JSON representation

Search for files containing arbitrary word in parallel

Awesome Lists containing this project

README

          

# ExtreamSeek

Its' a just program to learn actor model of elixir.

Search for 'files containing any word' within a specified directory and below a specified depth.
You can get binary as following.

```shell
$ mix escript.build
```

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `extreamseek` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:extreamseek, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/extreamseek](https://hexdocs.pm/extreamseek).