LoginSignup
0
0

面白!ターミナルにカウントダウンタイマーとストップウォッチを表示!

Last updated at Posted at 2023-06-26

Mac用のタイマーを探していたら面白いのがあったのでシェア。

  • termdown — Countdown timer and stopwatch in your terminal.
    らしい。

pip install termdown

とりあえず、25分のカウントダウンをして欲しい。且つ10分前と5分前に音声で知らせて欲しい。

使い方を読むと、なにやらまず使える音声を調べないといけないらしい。
自分はMacなので

say -v '?'

おーいっぱい出てきた。
とりあえず中国語を選んでみた。

termdown -t "25 minutes countdown" -v Ting-Ting -c 10 -c 5 25m

うん上手く動いたみたい。いい感じ。
もうちょいカスタマイズする。

termdown -t "25 minutes countdown" -v Ting-Ting -c 10 --voice-prefix "还剩10分钟了" -c 5 --voice-prefix "还剩5分钟了" 25m

タイル型ウィンドウマネージャーと併用したらもっとカッコ良くなるかも。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0