A CLI tool written in Rust that allows users to query files using natural language.
If you have Rust installed, you can install Rile directly from the source:
cargo install --git https://github.com/yourusername/rile.git
Check the releases page for pre-compiled binaries for your platform.
rile --file <FILE_EXTENSION>
For example, to search for all PDF files:
rile --file pdf
You can also specifiy multiple file extensions:
rile --file .pdf .py .yml
Tip: Both .docx
and docx
work!
This project is licensed under:
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)