OpenApp

An Alfred Workflow


Short Description

Share your user's environment and paths with your applications

Last Updated

02 Sep 2016

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes

Version

1.1

Bundle ID

com.madsendev.openapp

Author

Categories

Applications

zsh

Ever had a mac application that needed access to your current user's environment and path variables?

This script uses zsh because it’s my preferred shell. The open app workflow will launch an application from shell in order to share environment variables and paths.

The script filter will auto suggest apps based on your installed apps. After choosing an app, a simple one line is used to launch the app in the background without a terminal window:

nohup /bin/zsh -l -c "{query}" &