タグ

ターミナルに関するsusieqのブックマーク (3)

  • コマンド1発で、ターミナル上の全操作を録画してブログに埋め込める「asciinema」

    ターミナル上で行っている「コマンド操作」のすべてを、簡単なコマンドを入力するだけでバックグラウンドで録画してくれる「asciinema」を紹介! ターミナルだけで完結できる点や、動作が非常に軽快なのが魅力的だったのでサクッと概要を解説しておきます。 使い方!まず、以下のコマンドから体のソースをインストールします。 $ curl -sL https://asciinema.org/install | sh あとは、録画コマンドを入力すれば、すぐに記録が始まります。 $ asciinema rec ~ Asciicast recording started. ~ Hit Ctrl-D or type "exit" to finish. 作業が終わったら、録画終了コマンドを入力すればOK! $ exit ~ Asciicast recording finished. ~ Press <Ente

    コマンド1発で、ターミナル上の全操作を録画してブログに埋め込める「asciinema」
  • iTerm

    Introduction iTerm is a full featured terminal emulation program written for OS X using Cocoa. We are aiming at providing users with best command line experience under OS X. The letter i represents a native apple look and feel of the program interface, and an emphasis on complete international support. iTerm project is currently on hold (See the goodbye note from Fabian). We recommend you to check

  • Terminal

    Mac OS X ターミナルでの日語の扱いについて 2005/05/09 Update ◆ はじめに Mac OS X v10.2(以降)のターミナルは、UTF-8に対応し、多言語の表示が可能となった。 -vオプション付きでlsコマンドを実行するとUTF-8で記録された日語名のファイルやフォルダも正しく表示される。 しかし、デフォルトの状態ではコマンドラインへの日語の直接入力に対応していないため使いにくい。 ページは、Mac OS Xのターミナルで日語を扱う際の設定等をまとめたものである。 OSのバージョン固有の設定は[10.4]のように表記している。 特に指定の無いものはバージョン共通の設定である。 なお、Mac OS X v10.2ではデフォルトのシェルがtcshであったが、Mac OS X v10.3以降ではbashに

  • 1