YO!
Get yo-push-notifications on your mobile device when a command finished so you can grab a coffee and sit back while your code compiles.
Example:
$ ywr ping -c 5 8.8.8.8
- A yo account
- The yo app (Android, iOS, etc.)
- Linux or Mac OS X
- Python 2.7+ or 3
- git (optional)
$ git clone https://github.com/Jonas-Drotleff/yowhenready.git ywr
or just download the repo manually
Navigate into the directory and execute the install.sh script:
$ cd ywr
$ . install.sh
Ywr will now install. Accept with y
. You will be asked to insert your username.
If you want to remove the installer you can use the following command:
$ cd .. && rm -rf ywr
Just run the uninstall.sh
script. You may need to do this as su.
Accept with y and the ~/.ywr
directory will be removed. You can remove the line under '#ywr' in your ~/.bash_profile file.
Use the command ywr
in the terminal in connection with any other command as you may be used to with the sudo
command.
Example:
$ ywr ping -c 5 www.google.com
ywr works with any command.
Command | Description |
---|---|
ywr -c |
change username |
ywr -t |
test configuration |
JetBrains Intelij IDEA/Android Studio:
- Go to
Run
>Edit Configurations...
- Under 'Before launch', press the
+
- Select 'Run External tool'
+
- Give it a name (such as 'yo when ready') and optionally add a description
- Insert
ywr
in 'Program' - Insert
-t
in 'Parameters' - Leave everything default and press
OK
Copyright 2016 Jonas Drotleff
Licensed 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 at
http://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.
This program is using the requests python API (python-requests.org) by Kenneth Reitz.
Yo is owned and operated by Life Before Us, LLC