A bit more detailed

This commit is contained in:
2024-08-16 04:23:35 +00:00
parent b36c849790
commit d69593d9db

View File

@@ -1,5 +1,10 @@
# link-fixer # link-fixer 0.5
Author: matlag<matlag@chtisurel.net>
Status: Functional but insufficiently tested
Use at your own risks!
Fix broken symbolic links. 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. Search for file of same name as original target in provided directory and link to that target if unique and if exists.
If pointed to a directory, link_fixer scans the directory for broken links. 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.