Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]`