https://github.com/hmerritt/go-file-search
(Proof-of-concept) Search entire file trees super-fast
https://github.com/hmerritt/go-file-search
Last synced: 9 months ago
JSON representation
(Proof-of-concept) Search entire file trees super-fast
- Host: GitHub
- URL: https://github.com/hmerritt/go-file-search
- Owner: hmerritt
- Created: 2022-07-15T21:34:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T17:29:01.000Z (over 3 years ago)
- Last Synced: 2024-06-20T23:55:37.166Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go File Search
Recursively search files.
Uses [`go-ngram`](https://github.com/hmerritt/go-ngram) to search for files super-fast.
## Usage
```bash
$ ./go-file-search
```