codeowners
codeowners copied to clipboard
Feature request: list the owners of the specified file
$ codeowners of path/to/some/file
excellent idea--i may not be able to implement for some time but am happy to merge a pull request if you have time :)
I can probably take a crack at implementing this tonight. Probably a: codeowners list <path>
for now, could use some shell scripting:
➜ npx codeowners audit | grep '^\.envrc '
.envrc @staff/teams/media