From b304c2c163384ea90083d41d2c0268940b6a19b8 Mon Sep 17 00:00:00 2001 From: Diamantis Sellis Date: Tue, 7 Jan 2025 09:41:41 +0100 Subject: [PATCH 1/2] byobu: add page --- pages/common/byobu.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/byobu.md diff --git a/pages/common/byobu.md b/pages/common/byobu.md new file mode 100644 index 00000000000000..1bbb04bc7c0bfa --- /dev/null +++ b/pages/common/byobu.md @@ -0,0 +1,25 @@ +# byobu + +> Window manager and terminal multiplexer. +> See also: `tmux` and `screen`. +> More information: . + +- Start a new session: + +`byobu` + +- Configuration and help: + +`byobu-config` + +- Select tmux (default) or screen backend: + +`byobu-select-backend` + +- Enable automatic startup after login into text console: + +`byobu-enable` + +- Disable automatic startup after login into text console: + +`byobu-disable` From 1338e6f6a1c65e9322123ec92cbb3466cae65893 Mon Sep 17 00:00:00 2001 From: Diamantis Sellis Date: Sat, 18 Jan 2025 09:12:26 +0100 Subject: [PATCH 2/2] Apply review suggestion Co-authored-by: Fazle Arefin --- pages/common/byobu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/byobu.md b/pages/common/byobu.md index 1bbb04bc7c0bfa..79f97dcb2389d2 100644 --- a/pages/common/byobu.md +++ b/pages/common/byobu.md @@ -2,7 +2,7 @@ > Window manager and terminal multiplexer. > See also: `tmux` and `screen`. -> More information: . +> More information: . - Start a new session: