https://github.com/gauravmehla/ohho
Efficiently run Mac OSX Applications from the terminal
https://github.com/gauravmehla/ohho
applications macapp macosx npm
Last synced: 4 months ago
JSON representation
Efficiently run Mac OSX Applications from the terminal
- Host: GitHub
- URL: https://github.com/gauravmehla/ohho
- Owner: gauravmehla
- License: mit
- Created: 2018-03-17T13:37:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T04:12:35.000Z (about 8 years ago)
- Last Synced: 2025-03-31T09:16:37.132Z (about 1 year ago)
- Topics: applications, macapp, macosx, npm
- Language: HTML
- Homepage: https://www.npmjs.com/package/ohho
- Size: 3.55 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README

# Ohho
> Efficiently run Mac OSX Applications from the terminal
## Install
```
$ npm install --global ohho
```
Supported platform : Mac Only
## Usage
Just write the application name after `ohho` and it will take care of the rest!

```
$ ohho --help
Usage
$ ohho
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.
```
## Interactive UI
Run `ohho` without arguments to launch the interactive UI.
## Related
- [Inquirer.js](https://github.com/SBoudrias/Inquirer.js/)
- [Meow](https://github.com/sindresorhus/meow)
- [Ora](https://github.com/sindresorhus/ora)
## Created by
- [Gaurav Mehla](https://mehla.in)
## License
MIT © [Gaurav Mehla](https://mehla.in)