用AppleScript写连接SSH程序

Apple Script 真的挺方便的,它可以执行sh脚本,还可以编译出.app文件。

 

写了一个.app 方便链接SSH
以后要用SSH只需要双击一下.app文件就行了

不需要装任何其他程序,就能够连接SSH,非常简单。

 

 

 

如果直接采用do shell script 是不会出现对话

所以要先触发 Terminal,把终端打开了再链接SSH

 

代码如下:

tell application "Terminal"
activate
do script "ssh [用户]@[服务器地址] -p [你的端口]"
end tell
return

 

 

 

 

完成后可以在菜单中的“文件”选择“导出”,然后类型选择应用程序,然后.app文件就编译出来了。

 

 

 

 

 

 

 

 

这篇博文发表在 工作记录 | Work Record 目录下,标签为 , , , ,
如需引用,请使用链接:https://note.mc256.dev/?p=114

This article published in 工作记录 | Work Record with tags , , , , .
Cite this page using this link:https://note.mc256.dev/?p=114

您的邮箱地址不会被公开,评论使用Gravatar头像。
Your email address will not be published. This blog is using Gravatar.

正在提交评论... Submitting ...
正在为您准备评论控件 Loading Comment Plugin
Copyright © 2013-2024 mc256. All Rights Reserved.
Powered by WordPress on top of a dual-stack k3s Cluster using JuiceFS.
Wordpress Theme Designed By mc256.
Encrypted By Let's Encrypt.  Hosted On Linode + OVH + AWS.
DNS Provided By Hostker.
Status Page by CloudFlare Worker.