Allow absolute paths in the virtual directory structure
muttfs collates filesystems from cloud storage services.
Brought to you by:
potterbm
Right now cd commands will fail if given anything other than '..' or a name in the current directory. It would be nice to be able to specify longer relative paths or absolute paths.
These all work.
muttfs $ cd dir1
muttfs $ cd dir1/
muttfs $ cd ../
This does not.
muttfs $ cd ../dir2
Diff:
Diff: