Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update func that checks whether Spotify.app is installed #123

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

LaurentFough
Copy link

Use mdfind/ kMDItemKind == Application functionality to locate Spotify.app.
Rather than hard-conding and specifying specific locations.
This helps users who may have unconventional install locations.

Use mdfind/ kMDItemKind == ‘Application’ functionality to locate Spotify.app.
Rather than hard-conding and specifying specific locations.
This helps users who may have unconventional install locations.
…nstall-check

Update func that checks whether Spotify.app is installed
Copy link
Owner

@hnarayanan hnarayanan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not super sure how standard /usr/local/bin/ggrep is.

@LaurentFough
Copy link
Author

ahh… I was just wondering if I included that.
In my local ver of the repo, I’m using ggrep
will modify.

Use builtin `grep`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants