10 lines
477 B
Markdown
10 lines
477 B
Markdown
# link-fixer
|
|
Author: matlag <matlag@chtisurel.net>
|
|
|
|
Status: Functional but insufficiently tested
|
|
Use at your own risks!
|
|
|
|
Fix broken symbolic links.
|
|
Search for file of same name as original target in provided directory and link to that target if unique and if exists, with a relative path to target.
|
|
If multiple matches are found, link-fixer prompts the user to pick one.
|
|
If pointed to a directory, link_fixer scans the directory for broken links and attempt to fix all of them. |