Elixir library for testing file path matches against glob patterns without walking the directory tree.
ExMinimatch is an Elixir library that provides fast glob pattern matching for file paths without requiring filesystem traversal. It's ideal for filtering or validating file paths in memory, such as when processing lists of files from a database or API.
{a,b} and {1..3} style pattern expansions.+(a|b) for advanced matching logic.** to match across multiple directory levels.ExMinimatch is a close port of the JavaScript minimatch library, focusing on consistency and performance by implementing the matching logic directly rather than relying on full regular expression generation.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.