-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The symbolic links will break if the link target has been deleted or moved. It would be good to
- warn prior to
cdf NAMEif the target does not exist - offer a safe mechanism to delete just the symbolic link or move it to a trash, so that people do not need to operate with unconstrained
rm:-( - add a warning to
--list - maybe add a mechanism to remove all broken symbolic links (output should be a list so that one can recreate them manually).
Caveats and considerations:
- Link targets may only be broken temporarily, e.f. for mounted volumes, network drives, ...
- What will be more intuite?
cdf --remove fooaddfav --remove foo- Consolidate all under the
cdfcommand, likecdf foocdf --add foocdf --listcdf --remove foocdf --remove --broken
AFAIK, there is no easy way to fix broken symbolic links automatically, as OSX Aliases would do.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request