guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 334 forks source link

Suggest current executable path during installation. #164

Closed mortenscheel closed 5 years ago

mortenscheel commented 5 years ago

I've tried to make the installation a bit easier for users who don't use MAMP. If the executable exists in PATH, it adds the current path as a suggestion and copies it to the clipboard. I've also added /usr/local/bin/composer as a path to check if Composer is already installed.

guarinogabriel commented 5 years ago

@mortenscheel - Thanks again for your second contribution!