v2.6.3
===================================================================== --- Bug fixes ---------------------------- - s3/media-sync/push now pushes (instead of pull -- oops!) - fixed a typo in the launch-or-show help - environment actions no longer overwrite overwrite symlinks
This commit is contained in:
@ -9,6 +9,7 @@ source ${0:a:h}/common.zsh
|
||||
#####################################################################
|
||||
|
||||
LAUNCH_OR_SHOW() {
|
||||
__INFO $@
|
||||
local USAGE="
|
||||
usage: <path-executable> [client-class] [...options...]
|
||||
|
||||
@ -30,7 +31,7 @@ LAUNCH_OR_SHOW() {
|
||||
Depending on state, performs one of three useful functions
|
||||
1) starts application
|
||||
2) adds application window to the scratchpad
|
||||
3) pulls applciation from scratchpad to foreground on active screen
|
||||
3) pulls application from scratchpad to foreground on active screen
|
||||
"
|
||||
local APPLICATION CLIENT_CLASS
|
||||
|
||||
|
Reference in New Issue
Block a user