AbhiByte / rile-cli

A CLI tool written in Rust that allows users to query files using natural language.
0 stars 0 forks source link

Add `--quote` file search #2

Open AbhiByte opened 2 months ago

AbhiByte commented 1 month ago

We want to search files in 2 additional ways: 1) by quote, 2) by context.

For example, rile --quote "Hello, World!" would search for all files containing that specific quote. And, rile --context "apples" would search for all files talking about apples.

Can split this into 2 issues if the context search turns out to be more tricky.

AbhiByte commented 1 month ago

Splitting this off into 2 issues because --context is much more involved than --quote