Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sys1yagi/genymotion-peco
Launch genymotion emulator from console.
https://github.com/sys1yagi/genymotion-peco
Last synced: 14 days ago
JSON representation
Launch genymotion emulator from console.
- Host: GitHub
- URL: https://github.com/sys1yagi/genymotion-peco
- Owner: sys1yagi
- License: apache-2.0
- Created: 2014-09-19T06:27:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T14:50:18.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T14:51:50.680Z (7 months ago)
- Language: Shell
- Size: 509 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
genymotion-peco
===============Launch [genymotion](http://www.genymotion.com/) emulator from console.
![](static/demo.gif)
# Support version
Genymotion 2.6.0 or higher.
# Quick Start
genymotion-peco require [peco](https://github.com/peco/peco) so install [peco](https://github.com/peco/peco) at first.
```
git clone https://github.com/sys1yagi/genymotion-peco.git
source genymotion-peco/bin/genymotion_peco.shgenymotion_peco
```# Option
genymotion-peco uses `/Applications/Genymotion.app/Contents/MacOS/player` by default.
You can set a custom path in `GENYMOTION_APP_HOME`.
```
export GENYMOTION_APP_HOME=/path/to/Genymotion.app
```# Lincense
```
Copyright 2014 Toshihiro YagiLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```