mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
termdown: add page (#7669)
This commit is contained in:
parent
41711421a9
commit
0230ee6b5b
2 changed files with 48 additions and 0 deletions
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`
|
24
pages/common/termdown.md
Normal file
24
pages/common/termdown.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# termdown
|
||||
|
||||
> Countdown timer and stopwatch for the command-line.
|
||||
> More information: <https://github.com/trehn/termdown>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue