1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/termdown.md
2022-01-17 09:24:35 -03:00

24 lines
485 B
Markdown

# termdown
> Command-line Countdown-Timer.
> Weitere Informationen: <https://github.com/trehn/termdown>.
- 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`