termdown: add page (#7669)
This commit is contained in:
24
pages.de/common/termdown.md
Normal file
24
pages.de/common/termdown.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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`
|
Reference in New Issue
Block a user