Skip to content

A cli tool that recursively searches all paths within the current directory or a specified directory for a given string

License

Notifications You must be signed in to change notification settings

ManiGhazaee/serch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serch

A cli tool that recursively searches all paths within the current directory or a specified directory for a given string.

Features

  • Very fast
  • Simple

Installation

cargo install serch 

Usage

serch [STRING] [PATH]

Print all paths inside the current directory:

serch 

Print all paths inside the specified PATH:

serch - <PATH>

About

A cli tool that recursively searches all paths within the current directory or a specified directory for a given string

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages