#cli-tool #search #cli #find

bin+lib serch

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

2 releases

0.1.1 Jan 28, 2024
0.1.0 Jan 28, 2024

#784 in Filesystem

MIT license

7KB
142 lines

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>

Dependencies

~1.5MB
~29K SLoC