MAC
Finder リフレッシュ
optionキー + Doc 右クリック 再度開くパスワード付きzipの作成
1)KekaWindowsで開いたら場合にも文字化けしないようにするため、アプリKekaでzip圧縮する。
Kekaを起動しWindowにDrag&Dropする。
2)zipcloak (Kekaでも設定可能)
パスワードを付加するにはzipcloakを使用する。
# zipcloak test.zip
sublime3 iTermで開く, hexも
iTerm2で以下を実行する。sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
使い方
iTermで、以下タイプする。
subl a.txt
逆(iTerm sublimeで開く)
command + shift + T
画面コピー
command + shift + 4 -> 矩形選択のscreenshot(png) →ScreenShotcommand + shift + ctrl + 4 -> 矩形選択のクリップボード
メニューバーへのショートカット
shift + command + /
itermで、
# cd ~
# vi .bash_profile
Editorをiterm上で実行するには、
alias cot='open $1 -a /Applications/CotEditor.app'
alias hex='open $1 -a "/Applications/Hex Fiend.app"'
bash_profile
itermで、
# cd ~
# vi .bash_profile
Editorをiterm上で実行するには、
alias cot='open $1 -a /Applications/CotEditor.app'
alias hex='open $1 -a "/Applications/Hex Fiend.app"'
コメント
コメントを投稿