Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 472 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 472 Bytes

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.

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