codeowner-filter
/ 1 min read
Table of Contents
kertal created codeowner-filter - a simple web tool that solves a specific problem for large teams using GitHub’s CODEOWNERS feature.

If you’ve worked with CODEOWNERS in larger repos, you know how challenging it can be to find just the files your team owns. This tool lets you paste your CODEOWNERS file contents, automatically detects teams, and generates filtered path patterns.
What I like is that it provides the results in multiple formats (VSCode patterns, IDEA filters, and raw path lists) with easy copy buttons. It even saves your last input in localStorage.
Update 22.04.2025
kertal pointed me at codeowners-filter by akowalska622, a more advanced and much more convenient VSCode plugin for filtering by code owners.