いつも忘れるMacOS関係のメモ。随時更新予定。
Finder
ドットファイル表示
1
2
|
Mac ~$ defaults write com.apple.finder AppleShowAllFiles true
Mac ~$ killall Finder
|
フォルダ毎に設定できるといいんですけどねー
タイトルバーにフルパス表示
1
2
|
Mac ~$ defaults write com.apple.finder _FXShowPosixPathInTitle -boolean true
Mac ~$ killall Finder
|
スクリーンショット
キー
-
cmd+shift+3
-
画面全体
-
cmd+shift+4+ドラッグ
-
領域選択
-
cmd+shift+4+spaec
-
ウインドウ選択
保存先・ファイル名
1
2
3
4
5
6
7
8
9
|
#ファイル名プレフィックス変更
Mac ~$ defaults write com.apple.screencapture name "SS" #SSがファイル名プレフィックス
#日付を含めない
Mac ~$ defaults write com.apple.screencapture include-date -bool false
#保存先変更
Mac ~$ defaults write com.apple.screencapture location "~/Pictures"
Mac ~$ killall SystemUIServer
#保存フォーマット変更
Mac ~$ defaults write com.apple.screencapture type JPG
|
ssh
sftpのフォルダマウント
sshfs :
sshfs hoge.hage.com: ~/mnt/hoge.hage.com/
hoge.hage.comは~/.ssh/configに登録しとく。
キーボード
バックスラッシュ
</kbd>はoption+¥