Rewrite in class, cleaner

This commit is contained in:
2024-08-08 08:09:16 -04:00
parent aea33d4fac
commit 52b44367c0
6 changed files with 156 additions and 107 deletions

View File

@@ -1,3 +1,5 @@
# link-fixer
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.
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.
If pointed to a directory, link_fixer scans the directory for broken links.