{"id":15223232,"url":"https://github.com/taidalog/cronota","last_synced_at":"2026-03-10T17:37:10.936Z","repository":{"id":204087960,"uuid":"710327568","full_name":"taidalog/cronota","owner":"taidalog","description":"A stopwatch with notes.","archived":false,"fork":false,"pushed_at":"2024-02-15T14:16:28.000Z","size":316,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T02:50:08.665Z","etag":null,"topics":["fable","fsharp","webapp","webapplication"],"latest_commit_sha":null,"homepage":"https://taidalog.github.io/cronota/","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-10-26T13:28:43.000Z","updated_at":"2023-11-20T14:20:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"d08cbbbd-93e2-420e-ab76-801fd09274b8","html_url":"https://github.com/taidalog/cronota","commit_stats":null,"previous_names":["taidalog/cronota"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fcronota","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fcronota/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fcronota/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taidalog%2Fcronota/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taidalog","download_url":"https://codeload.github.com/taidalog/cronota/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243204556,"owners_count":20253414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","webapp","webapplication"],"created_at":"2024-09-28T16:05:29.339Z","updated_at":"2026-03-10T17:37:05.906Z","avatar_url":"https://github.com/taidalog.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cronota\r\n\r\nVersion 1.0.1\r\n\r\n[English README](README.md)\r\n\r\nA stopwatch with notes.\r\n\r\nメモを見ながら時間を計るためのストップウォッチです。スピーチや面接の練習などに使えると思います。\r\n\r\n## 機能\r\n\r\n- ストップウォッチ\r\n- 時間のログ機能。\"notes\" の各行に費やした時間を記録することができます。\r\n\r\n## 使い方\r\n\r\n1. [cronota](https://taidalog.github.io/cronota/) にアクセスする。\r\n1. \"notes\" にメモを入力するか、別の場所（メモ帳など）からコピーして貼り付ける。\r\n1. Start ボタンを押す。そうするとストップウォッチが起動し、\"notes\" の 1 行目と 2 行目がストップウォッチの下に表示される。\r\n1. Next ボタンを押す。そうすると、そこまでの経過時間と 1 行目の内容が \"logs\" に記録され、\"notes\" の 2 行目と 3 行目がストップウォッチの下に表示される。\r\n1. 再び Next ボタンを押す。そうすると、前回の Next ボタンからの経過時間と 2 行目の内容が \"logs\" に記録される。以降、\"notes\" の行数だけ繰り返す。\r\n\r\nページを更新するとノートが消えるので、あらかじめ別の場所に入力しておいたものを貼り付けることをおすすめします。\r\n\r\n## 各ボタンの機能\r\n\r\n| ボタン | キー     | 機能                                                                                                               |\r\n| ------ | -------- | ------------------------------------------------------------------------------------------------------------------ |\r\n| Start  | `Enter`  | ストップウォッチを開始する。                                                                                       |\r\n| Stop   | `Escape` | ストップウォッチを一時停止する。\u003cbr\u003e一時停止中に Start ボタンを押すと再開する。                                    |\r\n| Reset  | `Delete` | ストップウォッチの動作中に押すと Stop ボタンと同じ。\u003cbr\u003e一時停止中に押すとストップウォッチと\"logs\"をリセットする。 |\r\n| Next   | `\u003e`      | \"logs\"に経過時間と\"notes\"の現在の行を記録し、次の行をストップウォッチの下に表示する。                              |\r\n| Prev   | `\u003c`      | ストップウォッチの下のノートを一つ前に戻す。                                                                       |\r\n| Cut in | `@`      | \"logs\"に経過時間と\"CUT_IN\"という文字列を記録し、\"notes\"の次の行には進まず、現在の行を再度表示する。                |\r\n\r\n## 推奨環境\r\n\r\n- Mozilla Firefox 119.0 (64 bit) 以降\r\n- Google Chrome 118.0.5993.118 (64 bit) 以降\r\n- Microsoft Edge 118.0.2088.76 (64 bit) 以降\r\n\r\n## ご利用について\r\n\r\n- 著作権は作成者 (taidalog) が所有しています。\r\n- 利用に必要な通信料等は利用者の負担となります。\r\n- 当サイトを利用したことにより、コンピュータウィルス等による被害やデータの損失、その他いかなる不利益が生じた場合も、作成者は一切の責任を負いません。\r\n- ソースコードの利用は可能ですが、再頒布時には著作権表示とライセンス表示を消さずに残しておいてください。\r\n\r\n## Known Issue\r\n\r\n-\r\n\r\n## リリースノート\r\n\r\n[Releases on GitHub](https://github.com/taidalog/cronota/releases)\r\n\r\n## License\r\n\r\nThis application is licensed under MIT License.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaidalog%2Fcronota","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaidalog%2Fcronota","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaidalog%2Fcronota/lists"}