Tag: macOS
メニューバーに表示する設定は AppleScript Editor.app (スクリプトエディタ.app)の環境設定から 行います。
ターミナルにコマンド入力
--------------------------------------------------
osascript \
-e 'tell application "ソフト名"' \
-e 'set bounds of front window to {0, 0, 1200, 900}' \
-e 'end tell'
osascript -e 'tell application "Chrome"' -e 'set bounds of front window to {0, 0, 1200, 900}' -e 'end tell'