docs: add Symbolic Link Support to features list #224
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This introduces a note in the README calling out the new enhancement delivered in issue #195.
Symbolic link support can be particularly useful for third-party package managers that house applications outside of /Applications directories. In my case, I use Nix on macOS to manage a number of applications such as Neovide- but without symbolic link support there wasn't a good way with many launchers to utilize it. With that feature delivered I figured I would add a call-out in the README since that's exactly what I would be looking for- and I'm unlikely to be the only user on the lookout for such a launcher.
Thank you again for implementing that @ospfranco! 🙏