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
- Host: GitHub
- URL: https://github.com/trsnium/extreamseek
- Owner: TrsNium
- Created: 2019-08-16T00:48:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T06:07:29.000Z (almost 7 years ago)
- Last Synced: 2026-01-03T21:24:36.665Z (6 months ago)
- Topics: elixir, file-explorer
- Language: Elixir
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).