Efficiently run Mac OSX Applications from the terminal
$ npm install --global ohho
Supported platform : Mac Only
Just write the application name after ohho
and it will take care of the rest!
$ ohho --help
Usage
$ ohho <app_name>
Options
--help View help docs
--version For current version
Examples
$ ohho google chrome
$ ohho chrome
$ ohho google
$ ohho Google Chrome
$ ohho "google chrome"
Run without arguments to use the interactive interface.
The application name is case insensitive.
Run ohho
without arguments to launch the interactive UI.
MIT © Gaurav Mehla