Ametrine Foundation | Search

Search

Search Logo

Search | Filesystem search tool

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:

  • Linux
  • MacOS (Untested)
  • FreeBSD (Untested)

Usage:

To use Search, follow these steps:

  1. Clone the repository.
  2. Run the installation script.
  3. Enjoy using Search!
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