afero icon indicating copy to clipboard operation
afero copied to clipboard

regexpfs: always use file name instead of path

Open satotake opened this issue 3 years ago • 1 comments

On RegexpFs, some operations apply given regexps with not file name but file path. Fix this.

README

A filtered view on file names, any file NOT matching the passed regexp will be treated as non-existing.

satotake avatar Jun 19 '21 13:06 satotake

according to the description of RegexpFs this fix makes sense.

(imo RegexpFs should be more powerful to also match full file paths but that's another discussion)

jxsl13 avatar Jan 09 '22 21:01 jxsl13