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.
- Host: GitHub
- URL: https://github.com/p-ranav/oystr
- Owner: p-ranav
- License: mit
- Created: 2022-04-01T00:55:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T16:27:05.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T22:24:08.673Z (11 months ago)
- Topics: cli, command-line, cpp17, grep, grep-like, mit-license, modern-cpp, oystr, recursively-search, search, substring
- Language: C++
- Homepage:
- Size: 858 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```