8000 GitHub - p-ranav/oystr: oystr recursively searches directories for a substring.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Packages

No packages published
0