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
Problem
Display only the files and directories owned by the selected owner.
Suggestions
cdown greporcdown filter)grepcommandgit diff development.. --name-only | cdown grep -e my-team -e some-usergit diff development.. --name-only | cdown grep -v -e finance -e tiger