在 Safari 或 Google Chrome 中获取当前网址

终端命令行

Safari 获取当前 URL ****

osascript -e 'tell app "safari" to get the url of the current tab of window 1'

获取 Google Chrome 中有效网址 ****

osascript -e 'tell app "google chrome" to get the url of the active tab of window 1'