Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

pathy

Convert paths between Windows SMB/CIFS UNC shares and Linux mount points. Uses the currently mounted CIFS shares and the longest matching prefix.

pathy.py '\\server\share\file.txt'   # → /mnt/share/file.txt
pathy.py -r /mnt/share/file.txt      # → \\server\share\file.txt

Requires Python 3 and psutil.

About

Convert paths between Windows SMB UNC shares and Linux mount points.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages