codeowners icon indicating copy to clipboard operation
codeowners copied to clipboard

Feature request: list the owners of the specified file

Open hax opened this issue 7 years ago • 3 comments

$ codeowners of path/to/some/file

hax avatar Feb 05 '18 12:02 hax

excellent idea--i may not be able to implement for some time but am happy to merge a pull request if you have time :)

beaugunderson avatar Feb 06 '18 07:02 beaugunderson

I can probably take a crack at implementing this tonight. Probably a: codeowners list <path>

ThisIsMissEm avatar Aug 31 '20 11:08 ThisIsMissEm

for now, could use some shell scripting:

➜ npx codeowners audit | grep '^\.envrc '
.envrc                              @staff/teams/media

glensc avatar Oct 19 '23 10:10 glensc