View Source API Reference fnord v0.4.0

Modules

AI

Fnord is a code search tool that uses OpenAI's embeddings API to index and search code files.

Git

A module that implements a process pool using a GenServer.

The Scanner module traverses a directory recursively, skipping hidden files and files that should be ignored based on a .gitignore file. It also skips binary files and files with a size of 0 bytes.