Apple script to show or hide window
Here are several options (none of them have been tested, so test and see which one works for you):
Option 1:
tell application "iTerm2" to activate
tell application "System Events" to tell process "iTerm2" to keystroke "h" using command down
Note: Keystroke may be replaced with m if you want iTerm2 to be minimized to the dock with the Genie effect.
Option 2:
tell application "Finder"
set visible of process "iTerm2" to false
end tell
Option 3:
tell application "System Events" to tell process "iTerm2" to set visible to false
Note: The process name may just be iTerm instead of iTerm2.
I opened iTerm on my Mac and then Activity Monitor,
and the Process Name that it shows is iTerm.
Please change accordingly if it does not work for you.
If you make the iTerm window the frontmost application
(Be careful you don't want to make the AppleScript window the frontmost application), try this script:
tell application "System Events"
set frontProcess to first process whose frontmost is true
set visible of frontProcess to false
end tell
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 提示词工程——AI应用必不可少的技术