to-absolute-glob
to-absolute-glob copied to clipboard
Resolve double dot and tilde
trafficstars
Wouldn't it be better if toAbsGlob('../a') could return '/dev/a' instead of '/dev/foo/../a'?
Same thing for tilde: toAbsGlob('~/a') should return '/path/to/my/home/a' instead of '/dev/foo/~/a'
is this based on actual usage or theoretical based on a typo in the readme?
Actual usage :)