LoginSignup
0
0

More than 3 years have passed since last update.

Mac コマンド集

Last updated at Posted at 2020-08-29

Macで特定のアプリのダークモードをオフにする方法

参考URL:https://note.com/wecken/n/ncbd7715e863c

アプリIDを調べる

$ osascript -e 'id of app "Notes"'
com.apple.Notes

例外フラグを立てて再起動

$ defaults write com.apple.Notes NSRequiresAquaSystemAppearance -bool yes

※ダークモードに戻す

$ defaults delete com.apple.Notes NSRequiresAquaSystemAppearance

PDF結合

/System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py  --output output.pdf input1.pdf input2.pdf
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0