4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

休憩時間に音楽を流すポモドーロタイマー

Last updated at Posted at 2018-02-23

私はポモドーロタイマーをよく使ってます。
休憩時間のタイミングで音楽を流したらリラックスして休憩に入れるのではないかと予想して、軽く script を作ってみました。

簡単な方法

sleep 1500 && open "https://www.youtube.com/watch?v=SNfXwN5JQvg"

ターミナルで↑を実行すれば 25分後に YouTube を再生できます。

CLI

Break のタイミングで指定した URL を開くポモドーロタイマーの CLI を作りました。

npm install --global pomodoron

例: 休憩時間にYouTube でお気に入りの音楽を流す。

pomodoron "https://www.youtube.com/watch?v=SNfXwN5JQvg"

例: 休憩時間にニュースを確認する。

pomodoron "https://github.com"

1つ誤算があって、youtube を使うと広告が最初流れてしまうことがあります。
楽天カードマンで休憩を迎えるのは微妙なのでなんとかしたいところです。

4
2
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
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?