Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/app-exists. Description: Check if an app exists on macOS Stars: 78, Forks: 5. Primary language: JavaScript. Languages: JavaScript (88.2%), TypeScript (11.8%). License: MIT. Latest release: v2.1.1 (4y ago). Open PRs: 0, open issues: 0. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, Richienb, saneef.
Hi, I'm facing an issue when there are multiple user in one mac where every user has their own set of applications. This might be related to how MacOS works (because Spotlight is facing similar issue), where we can use application installed in another user account. To fix this, I think this PR (https://github.com/sindresorhus/app-exists/pull/7) could help. cmiiw Regards,
node.js does not expand tildes (nodejs/node#684) Fixes #5. I'm not a node developer, there may be a nicer way of concatenating the 2 strings than I am aware of. Edit: sorry I didn't read the contributing.md document fully at first, I've changed Closes to Fixes. Please let me know if I've missed anything, I'm still learning.