facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(DB操作 GUI)
(同じ利用者による、間の9版が非表示)
行11: 行11:
  
 
新規タブを開いた場合に同じ階層を表示したい場合
 
新規タブを開いた場合に同じ階層を表示したい場合
#Profiles/General/working directory で Reuse previous session’s directoryにチェック
+
#Preference/Profiles/General/working directory で Reuse previous session’s directoryにチェック
  
 
ssh切断防止
 
ssh切断防止
行32: 行32:
  
 
==ブラウザ==
 
==ブラウザ==
firefox http://www.mozilla.jp/firefox/
+
firefox https://www.mozilla.org/ja/firefox/new/
  
 
chrome
 
chrome
行41: 行41:
 
  0 * * * * sudo umount -f /Volumes/Google\ Chrome\ *
 
  0 * * * * sudo umount -f /Volumes/Google\ Chrome\ *
  
==svnクライアント==
+
kinza https://www.kinza.jp/
 +
デフォルト検索変更 設定/検索/Googleを選択
 +
 
 +
==kinza検索をgoogle検索へ==
 +
#Switcheroo RedirectorをDL https://chrome.google.com/webstore/detail/switcheroo-redirector/cnmciclhnghalnpfhhleggldniplelbg?hl=ja
 +
#以下を右上のsボタンから設定
 +
from:https://search.kinza.jp/web/?q=
 +
to:https://www.google.com/search?q=
 +
 
 +
==subversionクライアント==
 
http://versionsapp.com/
 
http://versionsapp.com/
  
行58: 行67:
 
google ime
 
google ime
 
http://www.google.co.jp/ime/index-mac.html
 
http://www.google.co.jp/ime/index-mac.html
 +
 +
システム環境設定/キーボード/入力ソース/google以外を消す。
  
 
==openoffice==
 
==openoffice==
行67: 行78:
 
#command+shift+cでコピー
 
#command+shift+cでコピー
 
#command+vで貼付け
 
#command+vで貼付け
 +
 +
==DB操作 GUI==
 +
Sequel Pro
 +
https://www.sequelpro.com/
 +
 +
MysqlWorkbench
 +
https://dev.mysql.com/downloads/workbench/
 +
 +
==角丸パンチ==
 +
Kakumaru Punch
 +
 +
http://sheepapp.com/app/Kakumaru/

2020年5月27日 (水) 17:26時点における版

テキストエディタ

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. 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 https://www.mozilla.org/ja/firefox/new/

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を選択

kinza検索をgoogle検索へ

  1. Switcheroo RedirectorをDL https://chrome.google.com/webstore/detail/switcheroo-redirector/cnmciclhnghalnpfhhleggldniplelbg?hl=ja
  2. 以下を右上のsボタンから設定
from:https://search.kinza.jp/web/?q=
to:https://www.google.com/search?q=

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

システム環境設定/キーボード/入力ソース/google以外を消す。

openoffice

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

スポイトツール

DigitalColor Meter(標準で入ってる

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

DB操作 GUI

Sequel Pro https://www.sequelpro.com/

MysqlWorkbench https://dev.mysql.com/downloads/workbench/

角丸パンチ

Kakumaru Punch

http://sheepapp.com/app/Kakumaru/