On Tue, Apr 14, 2020 at 07:28:17PM +0100, Nils Andre wrote:
I think it would be best to have cmd_find as a wrapper around tree similarly to how it works with git rather than like this where we translate `-f|--fullpath` to something else.
I'm not sure what you mean. like pass all the flags right through to tree(1)? That would probably also mean removing the specialized sed expressions. This would then require the user to add a `|grep -v '/$'`
`-P` and `-I` (passed to tree) could maybe be used instead, to filter.
I tried `-I '*/'` (and various variations), but to no avail
