Skip to content

p-ranav/oystr

Repository files navigation

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