Git相关

git log 格式化

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"

# 使用 
git lg

macOS相关

获取App Bundle ID

osascript -e 'id of app "SomeApp"'
mdls -name kMDItemCFBundleIdentifier -r SomeApp.app