{"id":31333320,"url":"https://github.com/mikoto2000/codex.vim","last_synced_at":"2025-09-26T01:51:15.609Z","repository":{"id":313511428,"uuid":"1051672716","full_name":"mikoto2000/codex.vim","owner":"mikoto2000","description":"ピュア Vim script (ただし外部プログラムは使う)の、 必要最低限以下の Codex クライアントです。","archived":false,"fork":false,"pushed_at":"2025-09-06T14:16:46.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T16:05:47.537Z","etag":null,"topics":["ai","codex","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/mikoto2000.png","metadata":{"files":{"readme":"README.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":null,"dco":null,"cla":null}},"created_at":"2025-09-06T13:43:34.000Z","updated_at":"2025-09-06T14:16:49.000Z","dependencies_parsed_at":"2025-09-06T16:05:51.601Z","dependency_job_id":"458b3b2b-fdf0-47dc-bef9-6124c00a3ed5","html_url":"https://github.com/mikoto2000/codex.vim","commit_stats":null,"previous_names":["mikoto2000/codex.vim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mikoto2000/codex.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Fcodex.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Fcodex.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Fcodex.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Fcodex.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikoto2000","download_url":"https://codeload.github.com/mikoto2000/codex.vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikoto2000%2Fcodex.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277009877,"owners_count":25744543,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","codex","vim"],"created_at":"2025-09-26T01:51:14.822Z","updated_at":"2025-09-26T01:51:15.601Z","avatar_url":"https://github.com/mikoto2000.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codex.vim\n\nピュア Vim script (ただし外部プログラムは使う)の、 必要最低限以下の Codex クライアントです。\n\n## Usage:\n\n以下の関数が定義されているので、お好きなコマンドやキーマッピングを設定して使ってください。\n\ncodex にリクエストを送る:\n\n```vim\n:call codex#Request(\"こんにちは！！！！！\")\n```\n\nリクエスト入力専用バッファから送る:\n\n```vim\n\" 入力専用バッファを開く（1度だけでOK）\n:call codex#OpenRequestBuffer()\n\n\" バッファにリクエスト本文を複数行で入力してから送信\n:call codex#RequestFromBuffer()\n```\n\nコンテキストをリセットする:\n\n```vim\n:call codex#ResetContext()\n```\n\n### コマンド例:\n\n```vim\n\" 選択範囲のテキストをリクエストとして送るコマンド\ncommand! -range CodexRequest call codex#Request(codex#GetVisualText())\n\n\" リクエスト専用バッファを開くコマンド\ncommand! CodexOpenRequestBuffer call codex#OpenRequestBuffer()\n\n\" リクエスト専用バッファの内容をリクエストとして送るコマンド\ncommand! CodexRequestFromBuffer call codex#RequestFromBuffer()\n\n\" コンテキストをリセットするコマンド\ncommand! CodexResetContext call codex#ResetContext()\n```\n\n## Requirements:\n\n- Linux only\n- curl コマンドにパスが通っていること\n\n## License:\n\nCopyright (C) 2025 mikoto2000\n\nThis software is released under the MIT License, see LICENSE\n\nこのソフトウェアは MIT ライセンスの下で公開されています。 LICENSE を参照してください。\n\n## Author:\n\nmikoto2000 \u003cmikoto2000@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikoto2000%2Fcodex.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikoto2000%2Fcodex.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikoto2000%2Fcodex.vim/lists"}