Crates.io | serch |
lib.rs | serch |
version | 0.1.1 |
source | src |
created_at | 2024-01-28 11:53:02.117966 |
updated_at | 2024-01-28 15:01:40.82904 |
description | A cli tool that recursively searches all paths within the current directory or a specified directory for a given string |
homepage | |
repository | https://github.com/ManiGhazaee/serch |
max_upload_size | |
id | 1117525 |
size | 11,092 |
A cli tool that recursively searches all paths within the current directory or a specified directory for a given string.
cargo install serch
serch [STRING] [PATH]
Print all paths inside the current directory:
serch
Print all paths inside the specified PATH:
serch - <PATH>