From a0de1bbfe1559394bce8a0c358412146ede79f53 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sun, 29 Jun 2025 01:43:51 -0700 Subject: [PATCH] away: add page (#16985) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/away.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/linux/away.md diff --git a/pages/linux/away.md b/pages/linux/away.md new file mode 100644 index 0000000000..0099074a78 --- /dev/null +++ b/pages/linux/away.md @@ -0,0 +1,36 @@ +# away + +> Locks terminal with an away message. +> More information: . + +- Lock terminal and set away message: + +`away {{message}}` + +- Lock terminal and enable mail check: + +`away {{[-c|--mail]}} {{message}}` + +- Lock terminal and disable mail check: + +`away {{[-C|--nomail]}} {{message}}` + +- Lock terminal and sleep background tasks for number of seconds: + +`away {{[-t|--time]}} {{seconds}} {{message}}` + +- Lock terminal and check mail if at least one inbox hasn't received new mail: + +`away {{[-p|--persist]}} {{message}}` + +- Lock terminal and check mail until at least one inbox has received new mail: + +`away {{[-P|--nopersist]}} {{message}}` + +- Display help: + +`away {{[-h|--help]}}` + +- Display version: + +`away {{[-v|--version]}}`