{"id":47938376,"url":"https://github.com/cat2151/norenwake","last_synced_at":"2026-04-04T07:55:21.180Z","repository":{"id":345736425,"uuid":"1187139294","full_name":"cat2151/norenwake","owner":"cat2151","description":"A TUI for Windows to create new repositories by 'norenwake' (branching off) your own public GitHub repositories. Written in Rust.","archived":false,"fork":false,"pushed_at":"2026-03-23T14:31:51.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T07:55:20.326Z","etag":null,"topics":["clone","fork","github","repository","tui","windows"],"latest_commit_sha":null,"homepage":"https://cat2151.github.io/norenwake/","language":"Rust","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/cat2151.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-20T11:39:44.000Z","updated_at":"2026-03-23T14:32:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cat2151/norenwake","commit_stats":null,"previous_names":["cat2151/norenwake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cat2151/norenwake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cat2151%2Fnorenwake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cat2151%2Fnorenwake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cat2151%2Fnorenwake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cat2151%2Fnorenwake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cat2151","download_url":"https://codeload.github.com/cat2151/norenwake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cat2151%2Fnorenwake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31392188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: 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":["clone","fork","github","repository","tui","windows"],"created_at":"2026-04-04T07:55:20.654Z","updated_at":"2026-04-04T07:55:21.172Z","avatar_url":"https://github.com/cat2151.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# norenwake\n\nGitHub の自分の公開リポジトリを暖簾分けした新しいリポジトリを作る、Windows 用 TUI 。Rustで書かれています。\n\n## これまでの課題と、このアプリの解決\n\n| これまでの課題 | このアプリの解決 |\n| --- | --- |\n| 一連の作業の認知負荷が高く、疲労しやすい | TUIで可視化し、認知負荷を軽減します。 |\n| 対象 repo を探すのに時間がかかる | `/` の絞り込み（スペース区切り AND）で、対象 repo をすばやく見つけられます。 |\n| clone 後に remote が元 repo を向いたままで、誤 push の不安がある | clone 直後に remote を再構成し、`upstream` を削除。`origin` の fetch は HTTPS、push は SSH に統一します。 |\n| 新しい repo 名への変更時に設定と README の整合が崩れやすい | `n` で repo 名を変えると、作業ディレクトリ名・remote 設定・`README.ja.md` 先頭ヘッダをまとめて更新します。 |\n| 変更内容の確認に時間がかかる | 画面内で README preview と差分（delta）を確認でき、ログも保持されます。 |\n| push 前の設定ミスに気づきにくい | `Shift + P` で検証画面を開き、`origin` / push URL / `upstream` をチェック。危険状態ならハードガードで push を拒否します。 |\n\n実運用の最短手順は「`Enter` で clone → `n` で命名 → `c` で commit → `Shift + P` で検証 → `y` で push」です。\n一手ずつTUIで進めることで、誤りや漏れのリスクと認知負荷を軽減できます。\n\n## 安全装置\n\n- clone 元として表示するのは「自分の owner リポジトリ」かつ「public / non-fork / non-archived」のみです。\n- clone 直後に remote を安全側へ再構成します。\n- `upstream` は削除し、`origin` の fetch URL は HTTPS、push URL は SSH に設定します。\n- push 前にハードガードを実施します。\n- `origin` が暖簾分け元を向いている場合は push を拒否します。\n- `upstream` が残っている場合は push を拒否します。\n\n## 必要なもの\n\n- Rust（`cargo`）\n- `git`\n- `gh`（GitHub CLI）\n- `delta`（diffツール）\n\n`gh` は API 認証に使います。token は次の優先順で取得します。\n\n1. `GH_TOKEN`\n2. `GITHUB_TOKEN`\n3. `gh auth token`\n\n## インストール\n\n```bash\ncargo install --force --git https://github.com/cat2151/norenwake\n```\n\n## 起動\n\n```bash\nnorenwake\n```\n\n## 更新\n\n```bash\nnorenwake update\n```\n\n## キー操作\n\n- `h` / `l` / `←` / `→`: フォーカスペイン移動（repos / dir tree / log）\n- `j` / `k` / `↑` / `↓`: 現在ペイン内で移動\n- `PageUp` / `PageDown`: 現在ペイン内をページ移動\n- `Enter`（repos ペイン上）: 選択 repo を clone\n- `n`: new repo name 編集\n- `c`: commit\n- `Shift + P`: push 前検証と push confirm\n- `Shift + L`: log 全文を clipboard へコピー\n- `/`: repos 絞り込み overlay を開く（space 区切り AND 検索）\n- `?`: help overlay\n- `q`: 終了\n\n## ワークフロー\n\n1. `repos` で対象を選び `Enter` で clone\n2. `n` で `new repo name` を編集・確定\n3. `c` で commit\n4. `Shift + P` で検証結果を確認\n5. `y` を押して push\n\n## README 更新ルール\n\n`update_readme_ja` は、`README.ja.md` の先頭に次の暖簾分けヘッダを 1 つだけ維持します。\n\n```md\n# \u003cnew repo name\u003e\n\n元repoからcloneして暖簾分けしました。暖簾分け断面までの履歴を持っています。\n```\n\n既存の同種ヘッダが連続していた場合は畳み込み、重複を残しません。\n\n## README preview\n\n- 取得順は `README.ja.md` 優先、失敗時は `README.md` にフォールバックします。\n\n## データ保存先（Windows）\n\n- `%LOCALAPPDATA%\\norenwake\\\n\n## 前提\n- 自分用のアプリですので、他の人が使うことを想定していません。似たような機能がほしいときはcloneや自作をおすすめします。\n\n## このアプリが目指すもの\n- PoC。Codexで自分用にあると助かるアプリが作れることを実証する（実証した）\n\n## 目指さないもの（スコープ外）\n- サポート。要望や提案に応える\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcat2151%2Fnorenwake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcat2151%2Fnorenwake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcat2151%2Fnorenwake/lists"}