You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Virtual File System is a common way to access archives as a filesystem. Currently I don't know of any tool that will find files inside archives inside a mounted avfs folder. With many package managers using archives it would be helpful to find files inside archives with fd.
This happens because the ...# virtual directories don't show up in a directory listing (e.g. with ls .avfs/...). It's theoretically possible for fd to special-case AVFS and add the ...# entries itself, but I don't think it's worth it.
A Virtual File System is a common way to access archives as a filesystem. Currently I don't know of any tool that will find files inside archives inside a mounted avfs folder. With many package managers using archives it would be helpful to find files inside archives with
fd
.Example:
I'd expect
fd
to check the filesystem of the directory. If it isavfs
then it would search inside archives with the#/
suffix.Currently
fd
will only search if started inside an archive with a folder:The text was updated successfully, but these errors were encountered: