最終更新:2012-09-02 (日) 22:59:34 (4246d)  

byobu
Top / byobu

https://launchpad.net/byobu

screen-profiles?は最新版はプロジェクト名を「byobu」(屏風)に改名し,コマンド名もこちらに移行

インストール

apt-get install byobu

ヘルプ

   ┌────────────┤ Byobu のヘルプ├───────────────┐
   │                                                                        │ 
   │ Byobu 3.5 is an enhancement to GNU Screen, a command line              │ 
   │ tool providing live system status, dynamic window management,          │ 
   │ and some convenient keybindings:                                       │ 
   │                                                                        │ 
   │ F2    Create a new window    |  F6    Detach from the session          │ 
   │ F3    Go to the prev window  |  F7    Scrollback and search            │ 
   │ F4    Go to the next window  |  F8    Rename a window                  │ 
   │ F5    Reload profile         |  F9    Configuration                    │ 
   │                              |  F12   Lock this terminal               │ 
   │ 'screen -r'  - reattach      |  <ctrl-A> Escape sequence               │ 
   │ 'man screen' - screen's help | 'man byobu'  - byobu's help             │ 
   │                                                                        │ 

コマンド

  • byobu
  • byobu-config
  • byobu-export
  • byobu-janitor
  • byobu-launch
  • byobu-launcher
  • byobu-launcher-install
  • byobu-launcher-uninstall
  • byobu-reconnect-sockets
  • byobu-select-profile
  • byobu-select-session
  • byobu-status
  • byobu-status-detail

Ubuntu 12.04

  • 12.04世代のbyobuはデフォルトではtmuxのフロントエンドとして機能するため,単に「byobu」コマンドを実行すると,事前に設定されたtmuxが起動することになります。
  • これまでと同様,GNU Screenベースで利用したい場合は,「byobu-screen」コマンドで起動するか,「byobu-select-backend」コマンドでGNU Screenを指定してください。「byobu-tmux」コマンドを利用することで,tmuxバックエンドを指定して起動することもできます。

参考