Skip to content

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

Description

@andreoliwa

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions