鳩舎

レースしない

brew install repl 便利

replという便利なソフトウェアを発見したので共有します。

repl(1) -- sometimes you need a repl

$ repl git
git>> _

repl コマンド名で起動すると、そのコマンドのオプションを入力させられ、その結果を表示します。参考になるページを読むといいです。

マッカーな人向け

$ brew install repl

Rubyistな人向け

$ gem install repl

Linuxな人

$ export REPL_BIN=~/bin/repl
$ curl -s https://raw.github.com/defunkt/repl/latest/bin/repl > $REPL_BIN
$ chmod 755 $REPL_BIN

便利な活用方法

  1. iTermを開く
  2. railsプロジェクトのディレクトリへ
  3. 画面を分割して、 repl rails と repl git
  4. ハッピー

もっと働きたくない人向け

defunkt/repl-completion - GitHub

補完まである。