{"id":15060901,"url":"https://github.com/taidalog/ccc","last_synced_at":"2026-02-17T13:03:05.989Z","repository":{"id":210497216,"uuid":"725139420","full_name":"taidalog/ccc","owner":"taidalog","description":"ccc: customizable command countdown-timer.","archived":false,"fork":false,"pushed_at":"2024-12-26T14:16:39.000Z","size":671,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T01:54:56.509Z","etag":null,"topics":["fable","fsharp","timer","webapp","webapplication"],"latest_commit_sha":null,"homepage":"https://taidalog.github.io/ccc/","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taidalog.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T14:18:28.000Z","updated_at":"2024-12-26T14:13:23.000Z","dependencies_parsed_at":"2023-12-03T07:22:59.366Z","dependency_job_id":"eb7f27b7-b23e-4b08-9693-3b868f0cdaa5","html_url":"https://github.com/taidalog/ccc","commit_stats":{"total_commits":117,"total_committers":1,"mean_commits":117.0,"dds":0.0,"last_synced_commit":"60473af7d881cee752a2de2516be0d05213b6763"},"previous_names":["taidalog/ccc"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/taidalog/ccc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fccc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fccc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fccc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fccc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taidalog","download_url":"https://codeload.github.com/taidalog/ccc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fccc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fable","fsharp","timer","webapp","webapplication"],"created_at":"2024-09-24T23:06:17.230Z","updated_at":"2026-02-17T13:03:05.950Z","avatar_url":"https://github.com/taidalog.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ccc\n\nVersion 0.11.0\n\n[English README](README.md)\n\nccc: customizable command countdown-timer.\n\n## 概要\n\n- コマンドを入力して使用する、カスタマイズ可能なカウントダウンタイマーです。プレゼンテーションなどに使えると思います。\n\n## 使い方\n\n1. [ccc](https://taidalog.github.io/ccc/) にアクセスする。\n1. コマンドエリアにコマンドを入力するか貼り付ける。\n1. `Enter` キーを押す。そうするとタイマーが起動する。`Escape` キーで一時停止、`Delete` キーでリセットができる。\n\n## コマンド\n\n| コマンド      | 機能           |\n| ------------- | -------------- |\n| `down \u003ctime\u003e` | カウントダウン |\n| `up \u003ctime\u003e`   | カウントアップ |\n\n## オプション\n\n| オプション                     | 機能                                                               |\n| ------------------------------ | ------------------------------------------------------------------ |\n| `--color\\|-c \u003chex code\u003e`       | 文字色を指定する。デフォルトは `#333333`。                         |\n| `--background\\|-bg \u003chex code\u003e` | 背景色を指定する。デフォルトは `#ffffff`。                         |\n| `--message\\|-m \u003ctext\u003e`         | タイマーの下に表示するメッセージを指定する。デフォルトは空文字。   |\n| `--pause\\|-p`                  | 指定した時間が経過したのち、タイマーを一時停止することを指定する。 |\n| `--alarm\\|-a beep\\|bell`       | 指定した時間が経過したのち、指定したアラーム音を再生する。         |\n\n## 例\n\n```\ndown 5:00\n```\n\n5 分間カウントダウンする。\n\n```\nup 5:00\n```\n\n5 分間カウントアップする。\n\n```\ndown 5:00 down 1:30\n```\n\n5 分間カウントダウンする。その後、1 分半カウントアップする。\n\n```\ndown 5:00 --message hey\n```\n\n5 分間カウントダウンする。タイマーの下には「hey」と表示する。\n\n```\ndown 5:00 --color #222266 --background #aaccff --message hello\n```\n\n5 分間カウントダウンする。文字色は濃い青、背景色は淡い青で、タイマーの下には「hello」と表示する。\n\n```\ndown 5:00 --message Presentation. up 120 -bg #aaccff -m Questions and answers. -c #222266\n```\n\n5 分間カウントダウンする。タイマーの下には「Presentation」と表示する。その後、120 秒間（2 分間）カウントアップする。文字色は濃い青、背景色は淡い青で、タイマーの下には「Questions and answers.」と表示する。\n\n```\ndown 5:00 --pause up 2:00\n```\n\n5 分間カウントダウンし、一時停止する。その後、ユーザがタイマーを開始したら 2 分間カウントアップする。\n\n```\ndown 5:00 --alarm bell up 2:00 -a beep\n```\n\n5 分間カウントダウンし、鈴の音を再生する。続けて 2 分間カウントアップし、ビープ音を再生する。\n\n## キー操作\n\n| キー                           | 機能                                                                                          |\n| ------------------------------ | --------------------------------------------------------------------------------------------- |\n| `Enter`                        | タイマーを開始する。                                                                          |\n| `Escape`                       | タイマーを一時停止する。\u003cbr\u003e`Enter` キーで再開する。                                          |\n| `Delete` (`Alt` + `Backspace`) | タイマーの動作中に押すと `Escapse` キーと同じ。\u003cbr\u003e一時停止中に押すとタイマーをリセットする。 |\n\n## 推奨環境\n\n- Mozilla Firefox 120.0 (64 bit) 以降\n- Google Chrome 119.0.6045.160 (64 bit) 以降\n- Microsoft Edge 119.0.2151.93 (64 bit) 以降\n\n## ご利用について\n\n- 著作権は作成者 (taidalog) が所有しています。\n- 利用に必要な通信料等は利用者の負担となります。\n- 当サイトを利用したことにより、コンピュータウィルス等による被害やデータの損失、その他いかなる不利益が生じた場合も、作成者は一切の責任を負いません。\n- ソースコードの利用は可能ですが、再頒布時には著作権表示とライセンス表示を消さずに残しておいてください。\n\n## 既知の問題\n\n- Firefox を使用している場合、タイマーの動作中に画面が暗くなるのを防止できない。これは[画面起動ロック API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API)が Firefox でサポートされていないため。\n\n## 破壊的変更\n\n### 0.6.0\n\n- 入力したコマンドに誤りがある場合、タイマーが起動しないようになった。\n\n## リリースノート\n\n[Releases on GitHub](https://github.com/taidalog/ccc/releases)\n\n## License\n\nThis application is licensed under MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaidalog%2Fccc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaidalog%2Fccc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaidalog%2Fccc/lists"}