Skip to content

A CLI tool written in Rust that allows users to query files using natural language.

Notifications You must be signed in to change notification settings

AbhiByte/rile-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rile-cli

A CLI tool written in Rust that allows users to query files using natural language.

Installation

From source

If you have Rust installed, you can install Rile directly from the source:

cargo install --git https://github.com/yourusername/rile.git

Binary releases

Check the releases page for pre-compiled binaries for your platform.

Usage (Very limited as I build out several features)

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!

License

This project is licensed under:

About

A CLI tool written in Rust that allows users to query files using natural language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages