1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 00:55:25 +02:00

away: add page (#16985)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Kristopher 2025-06-29 01:43:51 -07:00 committed by GitHub
parent 77e10496de
commit a0de1bbfe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
pages/linux/away.md Normal file
View file

@ -0,0 +1,36 @@
# away
> Locks terminal with an away message.
> More information: <https://manned.org/away>.
- 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]}}`