| Crates.io | snapfind |
| lib.rs | snapfind |
| version | 1.0.0 |
| created_at | 2025-03-27 17:30:39.548423+00 |
| updated_at | 2025-03-27 17:30:39.548423+00 |
| description | Fast, memory-efficient file search utility with predictable resource usage |
| homepage | https://github.com/xosnrdev/snapfind#readme |
| repository | https://github.com/xosnrdev/snapfind |
| max_upload_size | |
| id | 1608248 |
| size | 75,890 |
Fast, memory-efficient file search utility with predictable resource usage.
cargo install snapfind
Index a directory:
snap index [DIR]
Search for files:
snap search "your query" [DIR]
Search by content:
# Find code
snap search "fn main" ~/code
# Find documentation
snap search "# Introduction" ~/docs
# Use glob patterns
snap search "*.txt" ~/documents