diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-11 13:06:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:29 +0700 |
commit | 7978e324d5b2aad21b6ea5a9862d97e32a7bbcf3 (patch) | |
tree | eb9824fcef4098ca59c2a3ace5c92341498e0155 /system/snore/slack-desc | |
parent | 8d93c32470175f84ef081ede5346d58ccc043950 (diff) | |
download | slackbuilds-7978e324d5b2aad21b6ea5a9862d97e32a7bbcf3.tar.gz |
system/snore: Added (sleep with visual feedback)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/snore/slack-desc')
-rw-r--r-- | system/snore/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/snore/slack-desc b/system/snore/slack-desc new file mode 100644 index 0000000000..1995c751e7 --- /dev/null +++ b/system/snore/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +snore: snore (sleep with visual feedback) +snore: +snore: Usage: snore [-v] [NUMBER[SUFFIX]...] +snore: +snore: snore pauses for NUMBER seconds. SUFFIX may be 's' for seconds +snore: (default), 'm' for minutes, 'h' four hours or 'd' for days. Given two +snore: or more arguments, pause for the amount of time specified by the sum +snore: of their values. A visual feedback is given by printing the flowing +snore: of time in both ascending and descending order. If no arguments are +snore: given, snore pauses for 1d (one day). +snore: |