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

https://github.com/p-ranav/oystr

oystr recursively searches directories for a substring.
https://github.com/p-ranav/oystr

cli command-line cpp17 grep grep-like mit-license modern-cpp oystr recursively-search search substring

Last synced: 10 months ago
JSON representation

oystr recursively searches directories for a substring.

Awesome Lists containing this project

README

          

# oystr

`oystr` is a command-line tool that recursively searches directories for a substring.



## Quick Start

Build `oystr` using CMake. For more details, see [BUILDING.md](https://github.com/p-ranav/oystr/blob/master/BUILDING.md).

```bash
git clone https://github.com/p-ranav/oystr
cd oystr

# Build
cmake -S . -B build -D CMAKE_BUILD_TYPE=Release
cmake --build build

# Install
sudo cmake --install build
```