「Mac/開発用アプリ」の版間の差分
(→DB操作 GUI) |
(→ターミナル) |
||
行11: | 行11: | ||
新規タブを開いた場合に同じ階層を表示したい場合 | 新規タブを開いた場合に同じ階層を表示したい場合 | ||
− | #Profiles/General/working directory で Reuse previous session’s directoryにチェック | + | #Preference/Profiles/General/working directory で Reuse previous session’s directoryにチェック |
ssh切断防止 | ssh切断防止 |
2017年2月27日 (月) 13:36時点における版
目次
テキストエディタ
Atom https://atom.io/
SublimeText http://www.sublimetext.com/2
mi(正規表現対応) http://www.mimikaki.net/
複数行タブ追加 command+]
ターミナル
iTerm2(256カラー) http://www.iterm2.com/#/section/home
新規タブを開いた場合に同じ階層を表示したい場合
- Preference/Profiles/General/working directory で Reuse previous session’s directoryにチェック
ssh切断防止
$ vi ~/.ssh/config ServerAliveInterval 300 TCPKeepAlive yes
or
Preference/Profile/SessionのWhen idle, send ASCII codeに"20"を入れる(こっちは実行するたびに"ボンっと"警告音がなる)
- 全画面にする方法
command+enter
scp
filezilla http://filezilla-project.org/download.php?type=client
- バージョン管理の.svnなどを転送しない
表示/ファイル名のフィルター/svn~にチェックを入れる
ブラウザ
firefox http://www.mozilla.jp/firefox/
chrome http://www.google.com/intl/ja/chrome/browser/
chromeバージョンアップ失敗でデスクトップに出てくるファイルの定期削除
crontab -e 0 * * * * sudo umount -f /Volumes/Google\ Chrome\ *
kinza https://www.kinza.jp/
デフォルト検索変更 設定/検索/Googleを選択
subversionクライアント
一括文字コード変換
MultiTextConverter for Mac OS http://www.vector.co.jp/soft/mac/util/se102523.html
テキスト比較
diffmerge http://www.sourcegear.com/diffmerge/downloaded.php
- utf-8表示
preference/FileWindows/Rulesets/Edit/UseNameにチェックを入れutf-8を選択
日本語IME
google ime http://www.google.co.jp/ime/index-mac.html
システム環境設定/キーボード/入力ソース/google以外を消す。
openoffice
http://openoffice-org.softonic.jp/mac
スポイトツール
DigitalColor Meter(標準で入ってる
- 表示/値を表示/16進へ
- command+shift+cでコピー
- command+vで貼付け
DB操作 GUI
Sequel Pro https://www.sequelpro.com/
MysqlWorkbench https://dev.mysql.com/downloads/workbench/