summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorg992019-09-23 15:12:03 +0200
committerg992019-09-23 15:12:03 +0200
commit3c9c12ff2d061f1c75b2da1f3a1cf990ca6a93b7 (patch)
tree6057271fd667c28e76e2e63d20ce2499ca0bcbba
parent4cd2911f8a1d7e41e55f29b2818fccf040b07040 (diff)
downloadaur-utimer.tar.gz
Signed-off-by: g99 <9.9.9oxx@9ox.net>
-rw-r--r--PKGBUILD6
-rw-r--r--utimer.hlp28
2 files changed, 34 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f96f69e5c27b..50697c21d598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,12 @@
# Maintainer: David Birks <david@tellus.space>
# Contributor: Tobias Frilling <tobias@frilling-online.de>
# Contributor: Joseph Kern <timetrap AT gmail DOT com>
+# package modding by g99
+
+
+# ./utimer -t 3 # will show a 3 seconds countdown. for whoever needing such stuff
+
+
pkgname=utimer
pkgver=0.4
diff --git a/utimer.hlp b/utimer.hlp
new file mode 100644
index 000000000000..a7c5b1727d20
--- /dev/null
+++ b/utimer.hlp
@@ -0,0 +1,28 @@
+Usage:
+ utimer [OPTION…] [ARGUMENTS] - command-line "timer" which features a timer, a countdown and a stopwatch
+
+ µTimer (or "utimer", pronounced as "micro-timer") is a multifunction timer (command-line only).
+
+ The main features are:
+ - a timer (e.g. count from 0 to 4 minutes),
+ - a countdown (e.g. count from 10 minutes down to 0),
+ - a stopwatch.
+
+ µTimer always exits after the timer or countdown are done counting. This can be useful for using countdowns in scripts, for example. The stopwatch, which is not concerned, needs to be stopped manually using 'q'.
+
+Help Options:
+ -h, --help Show help options
+
+Application Options:
+ -t, --timer=TIMELENGTH count from 0 to TIMELENGTH and then exit (e.g. utimer -t 31m27s300ms)
+ -c, --countdown=TIMELENGTH count from TIMELENGTH down to 0 and exit (e.g. utimer -c 30d9h50s)
+ -s, --stopwatch start the stopwatch. Use 'Q' key to quit
+ -v, --verbose Verbose output
+ -q, --quiet Quiet output
+ --quit-with-success When hitting 'q' to end the program, exit with a SUCCESS exit status (0)
+ -L, --limits Show the limits of µTimer (Maximum time length, Accuracy...)
+ --version Display the current version of µTimer
+ -d, --debug Debug output
+
+
+Report any bug to: https://bugs.launchpad.net/utimer (bugs@utimer.codealpha.net)