glob-posix This lib is same like https://github.com/rdnetto/glob-posix NOTE: it cannot recurse into subdirs, so instead of one **/*.txt You will have to write *.txt, **/*.txt, **/**/*.txt