Difference between revisions of "BYOBU"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:ShellCategory:ScreebCategory:Terminal {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|byobu}} |{{#vardefine:url|http://byobu.co/}}...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Shell]][[Category:Screeb]][[Category:Terminal]]
+
[[Category:Software]][[Category:Shell]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|byobu}}
 
|{{#vardefine:app|byobu}}
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 19:50, 11 July 2022

Description

byobu website  

Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions.

Environment Modules

Run module spider byobu to find out what environment modules are available for this application.

System Variables

  • HPC_BYOBU_DIR - installation directory
  • HPC_BYOBU_BIN - executable directory
  • HPC_BYOBU_DOC - documentation directory