eza
eza copied to clipboard
feat: support for files with extension as prefix
Can we add support for files with extensions as prefixes? For example Dockerfile.{env}(eg: Dockerfile.development, Dockerfile.prod) env.{env}(eg: env.staging, env.prod) If that's okay, I want to work on this. I am thinking of using something like path_matchers. Let me know your thoughts
TIA