pathlinker
moves files and folders from original_dir
to corresponding subdirectories in destination_dir
and adds the appropriate symbolic links to original_dir
original_dir
= directory with original files to substitute with symbolic linksdestination_dir
= directory to store original filestracked_paths
= paths inoriginal_dir
to substitute with symbolic links
- move example
.pathlinker.json
settings file to home directory (default settings file) - change
original_dir
,destination_dir
andtracked_paths
as desired - run
pathlinker
- check
pathlinker --help
for information
- run
./pathlinker_test.py