Description of the project:
A simple, recursive file search tool written in C++. Currently, it only supports searching for linux and other unix-like / unix-based systems as Windows has not been tested or accounted for as a supported platform.
What can Search be installed on:
Usage:
To use Search, follow these steps:
git clone https://github.com/Ametrine-cc/search.git
cd search
# To install Search
cmake -B build
cmake --build build
# 'sudo' or equivalent is required for installing Search
sudo cmake --install build