From 0230ee6b5bfd88a175380ac78d092ac82097fd33 Mon Sep 17 00:00:00 2001 From: Lars Niesen Date: Mon, 17 Jan 2022 13:24:35 +0100 Subject: [PATCH] termdown: add page (#7669) --- pages.de/common/termdown.md | 24 ++++++++++++++++++++++++ pages/common/termdown.md | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 pages.de/common/termdown.md create mode 100644 pages/common/termdown.md diff --git a/pages.de/common/termdown.md b/pages.de/common/termdown.md new file mode 100644 index 000000000..791d71c75 --- /dev/null +++ b/pages.de/common/termdown.md @@ -0,0 +1,24 @@ +# termdown + +> Command-line Countdown-Timer. +> Weitere Informationen: . + +- Starte Stoppuhr: + +`termdown` + +- Starte einen Countdown von 1 Minute 30 Sekunden: + +`termdown {{1m30s}}` + +- Starte einen Countdown von 1 Minute 30 Sekunden. Nach ablauf der Zeit blinkt das Terminal: + +`termdown {{1m30s}} --blink` + +- Countdown mit Titel über der abgelaufenen Zeit: + +`termdown {{1m30s}} --title "{{Interesting title}}"` + +- Zeige aktuelle Zeit: + +`termdown --time` diff --git a/pages/common/termdown.md b/pages/common/termdown.md new file mode 100644 index 000000000..8c3048fa2 --- /dev/null +++ b/pages/common/termdown.md @@ -0,0 +1,24 @@ +# termdown + +> Countdown timer and stopwatch for the command-line. +> More information: . + +- Start a stopwatch: + +`termdown` + +- Start a 1 minute and 30 seconds countdown: + +`termdown {{1m30s}}` + +- Start a 1 minute 30 seconds countdown with blinking the terminal at the end: + +`termdown {{1m30s}} --blink` + +- Show a title above countdown: + +`termdown {{1m30s}} --title "{{Interesting title}}"` + +- Display current time: + +`termdown --time`