Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List files and dirs owned by one or multiple owners #6

Open
andreoliwa opened this issue Feb 11, 2021 · 0 comments
Open

List files and dirs owned by one or multiple owners #6

andreoliwa opened this issue Feb 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@andreoliwa
Copy link
Owner

Problem

Display only the files and directories owned by the selected owner.

Suggestions

  • CLI command that accepts one or multiple owners as arguments (cdown grep or cdown filter)
  • Make it usable via Unix pipe, and simulate flags from the grep command
  • Option to display only files owned by X, Y, Z teams. E.g.: git diff development.. --name-only | cdown grep -e my-team -e some-user
  • Option to display only files not owned by X, Y, Z teams. E.g: git diff development.. --name-only | cdown grep -v -e finance -e tiger
@andreoliwa andreoliwa added the enhancement New feature or request label Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant