apple script 显示最小化的应用
tell application "GitKraken" activate set frontmost to true try set miniaturized of windows to false -- most apps end try end tell
set frontmost to true 置于其他窗口上面
set miniaturized of windows to false 最大化
tell application "GitKraken" activate set frontmost to true try set miniaturized of windows to false -- most apps end try end tell
set frontmost to true 置于其他窗口上面
set miniaturized of windows to false 最大化