Skip to main content

exclock is a cui extended timer for mac OS.

Project description

exclock is a cui extended timer for mac OS.

Required

  • vlc

Usage

$ exclock {json5-filename}

Example

{
  "message": "ポモドーロ",
  "sounds": {
    "0": {
      "message": "お仕事開始! {count}-1",
      "sound_filename": "silent.mp3",
    },
    "25m":{
    "message": "お仕事終了の時間です. お休みを取りましょう.",
    "sound_filename": "warning.mp3",
  },
    "30m":{
    "message": "休憩終了の時間です. お仕事を開始しましょう. {count}-2",
    "sound_filename": "warning.mp3",
  },
    "55m":{
    "message": "お仕事終了の時間です. お休みを取りましょう.",
    "sound_filename": "warning.mp3",
  },
  "60m": {
    "message": "休憩終了の時間です. お仕事を開始しましょう. {count}-3",
    "sound_filename": "warning.mp3",
  },
  "85m": {
    "message": "お仕事終了の時間です. お休みを取りましょう.",
    "sound_filename": "warning.mp3",
  },
  "90m": {
    "message": "休憩終了の時間です. お仕事を開始しましょう. {count}-4",
    "sound_filename": "warning.mp3",
  },
  "115m": {
    "message": "1ポモドーロが終わりました. 長い休みを取りましょう.",
    "sound_filename": "warning.mp3",
  },
  "145m": {
    "message": "",
    "sound_filename": "silent.mp3",
  },
 },
  "loop": 2
}

LICENSE

Apache 2.0

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exclock-0.0.10.tar.gz (60.1 kB view hashes)

Uploaded Source

Built Distribution

exclock-0.0.10-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page