serch 0.1.1

A cli tool that recursively searches all paths within the current directory or a specified directory for a given string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.jwalk]
version = "0.8.1"

[dependencies.termcolor]
version = "1.4.1"

[package]
authors = ["ManiGhazaee <hosseinghazaee1@gmail.com>"]
description = "A cli tool that recursively searches all paths within the current directory or a specified directory for a given string"
edition = "2021"
keywords = ["cli", "find", "search"]
license = "MIT"
name = "serch"
readme = "README.md"
repository = "https://github.com/ManiGhazaee/serch"
version = "0.1.1"