Skip to content

o98k-ok/awesome-apple-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤗 Generate BY Golang 🤗

STEPS

  • STEP 1. edit cmd/main.go
  • STEP 2. exec cmd/main.go -> go run cmd/main.go

FORMARTS

template.NewMenuBuilder("Chrome", []string{"标签页", "关闭右侧标签页"}).Build()

🥇 First ARG is process name OR application name

🥈 Second ARG is the menu orders

SUCH AS:


⌛ Finished LIST ⌛

名称 介绍 类别
关闭其他标签页 快速关闭其他标签页 Chrome
关闭右侧标签页 快速关闭右侧标签页 Chrome
Chrome插件列表 查看插件列表 Chrome
打开js终端 快速打开js console Chrome
移动窗口 在不同的显示器快速移动窗口 Chrome
标签页查询 查询已经打开的标签页 Chrome
运行js代码 执行js代码,需要安装依赖chrome-cli Chrome