facebook twitter hatena line email

「Mac/開発用アプリ」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(svnクライアント)
(ブラウザ)
行32: 行32:
  
 
==ブラウザ==
 
==ブラウザ==
kinza https://www.kinza.jp/
 
 
 
firefox http://www.mozilla.jp/firefox/
 
firefox http://www.mozilla.jp/firefox/
  
行42: 行40:
 
  crontab -e
 
  crontab -e
 
  0 * * * * sudo umount -f /Volumes/Google\ Chrome\ *
 
  0 * * * * sudo umount -f /Volumes/Google\ Chrome\ *
 +
 +
kinza https://www.kinza.jp/
 +
デフォルト検索変更 設定/検索/Googleを選択
  
 
==subversionクライアント==
 
==subversionクライアント==

2016年10月17日 (月) 10:22時点における版

テキストエディタ

Atom https://atom.io/

SublimeText http://www.sublimetext.com/2

mi(正規表現対応) http://www.mimikaki.net/

複数行タブ追加 command+]

ターミナル

iTerm2(256カラー) http://www.iterm2.com/#/section/home

新規タブを開いた場合に同じ階層を表示したい場合

  1. 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クライアント

http://versionsapp.com/

一括文字コード変換

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

openoffice

http://openoffice-org.softonic.jp/mac

スポイトツール

DigitalColor Meter(標準で入ってる

  1. 表示/値を表示/16進へ
  2. command+shift+cでコピー
  3. command+vで貼付け