タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

shellに関するtokadaのブックマーク (2)

  • VimShell最強ですね、わかります。 - 理想未来ってなんやねん

    Vimの中でShell機能を実現するプラグイン。 作者はneocomplcacheと同じShougo氏 画面はこんな感じ。右側がVimShell。 補完機能もバッチリ 以下、機能の抜粋 vimshellの代表的機能 ・色分け ・ヒストリ ・他のプラグインとの連携 ・ディレクトリスタック ・auto_cd ・スクリプト実行 ・シェル呼び出し ・ワンライナー対応 ・簡易電卓 ・プラグインによる機能拡張 ・aliasコマンド ・シェル変数もどき ・非同期実行(実験的機能) ・独自のカレントディレクトリ ・vimコマンド ・コマンドラインスタック 2回目の実行はカーソル合わせて、で実行できるので楽ちん。 通常のバッファと同じように自由に移動できてvisualモードで選択してyankとか簡単にできる。 cdすると、pushdとかやらなくてもディレクトリを記憶するのでpopdで元に戻れる。 実行結果を

    VimShell最強ですね、わかります。 - 理想未来ってなんやねん
  • rush

    rush is a replacement for the unix shell (bash, zsh, etc) which uses pure Ruby syntax. Grep through files, find and kill processes, copy files - everything you do in the shell, now in Ruby. Previously if you wanted to count the number of classes in your project, you might use a bash command like:

  • 1