mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 09:46:12 +02:00
25 lines
483 B
Markdown
25 lines
483 B
Markdown
![]() |
# termdown
|
||
|
|
||
|
> 명령줄을 위한 카운트다운 타이머와 스톱워치.
|
||
|
> 더 많은 정보: <https://github.com/trehn/termdown>.
|
||
|
|
||
|
- 스톱워치 시작:
|
||
|
|
||
|
`termdown`
|
||
|
|
||
|
- 1분 30초 카운트다운 시작:
|
||
|
|
||
|
`termdown {{1m30s}}`
|
||
|
|
||
|
- 1분 30초 카운트다운을 시작하고 종료 시 터미널 깜빡이기:
|
||
|
|
||
|
`termdown {{1m30s}} --blink`
|
||
|
|
||
|
- 카운트다운 위에 제목 표시:
|
||
|
|
||
|
`termdown {{1m30s}} --title "{{흥미로운 제목}}"`
|
||
|
|
||
|
- 현재 시간 표시:
|
||
|
|
||
|
`termdown --time`
|