Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamasters/search-cli
A simple search tool that recursively finds instances of a string in a file or directory and prints a link to any matches.
https://github.com/lamasters/search-cli
Last synced: 23 days ago
JSON representation
A simple search tool that recursively finds instances of a string in a file or directory and prints a link to any matches.
- Host: GitHub
- URL: https://github.com/lamasters/search-cli
- Owner: lamasters
- License: mit
- Created: 2023-10-04T15:49:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T16:02:30.000Z (over 1 year ago)
- Last Synced: 2024-11-08T22:55:20.776Z (3 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Search Tool
This is a simple command-line tool written in C++ that recursively searches a directory or file for instances of a substring, printing a link to matches.
## Usage
To use the search tool, simply run the executable as follows:
`search file/directory substring [max_depth]`