oystr
is a command-line tool that recursively searches directories for a substring.
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