Skip to content

A project to learn Rust features while building a useful CLI app to search for files using their contents

Notifications You must be signed in to change notification settings

nick434434/filefinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filefinder

A simple file finder CLI app written in Rust initially for learning purposes.

Supports search both by filename and by contents.

Plans

  • Implement multiple files return
  • Optimize for multithreading support
  • Support current directory search as the default
  • Additional filters: size, creation/modification date
  • [Optional] Make this project publicly installable as an actual Rust application

Installation

TBD

Usage

filefinder [OPTIONS] <query>

To check the options, run:

filefinder --help

About

A project to learn Rust features while building a useful CLI app to search for files using their contents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages