{"id":46077713,"url":"https://github.com/iHongRen/configEditor","last_synced_at":"2026-03-07T20:01:17.358Z","repository":{"id":294196196,"uuid":"986022161","full_name":"iHongRen/configEditor","owner":"iHongRen","description":"A macOS config file manager that lets you quickly view, edit, and manage configuration files on your computer (such as `.zshrc`, `.gitconfig`, etc.).  macOS 配置文件管理工具，快速查看、编辑和管理电脑上的各种配置文件","archived":false,"fork":false,"pushed_at":"2026-02-14T03:26:14.000Z","size":1857,"stargazers_count":187,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-05T10:59:24.108Z","etag":null,"topics":["config","editor","macos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iHongRen.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-05-19T01:46:30.000Z","updated_at":"2026-03-02T13:41:03.000Z","dependencies_parsed_at":"2025-07-04T11:26:17.546Z","dependency_job_id":"72190374-c709-4684-be1e-fb860ed941c7","html_url":"https://github.com/iHongRen/configEditor","commit_stats":null,"previous_names":["ihongren/configeditor"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/iHongRen/configEditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHongRen%2FconfigEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHongRen%2FconfigEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHongRen%2FconfigEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHongRen%2FconfigEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iHongRen","download_url":"https://codeload.github.com/iHongRen/configEditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHongRen%2FconfigEditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30229585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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":["config","editor","macos"],"created_at":"2026-03-01T15:00:30.055Z","updated_at":"2026-03-07T20:01:17.347Z","avatar_url":"https://github.com/iHongRen.png","language":"Swift","readme":"# Configs\n\n[English README](./README_en.md)\n\n一款 **macOS** 配置文件管理工具，快速查看、编辑和管理电脑上的各种配置文件（如 `.zshrc`、`.gitconfig` 等）。采用 SwiftUI 开发。\n\n## 截图\n\n![](./screenshots/light.png)\n\n![](./screenshots/dark.png)\n\n![](./screenshots/tag.png)\n\n## 功能\n\n- **自动扫描**：自动发现常见的配置文件（`.zshrc`、`.bashrc`、`.gitconfig`、`.vimrc` 等）\n- **即时生效**：编辑 `.zshrc` 等 shell 配置文件后，保存时自动执行 `source` 命令，改动立即生效\n- **版本管理**：基于 Git 自动记录每次编辑，支持查看历史、对比差异、一键恢复\n- **分类管理**：可以添加自定义文件、置顶常用配置、打标签分组\n- **代码编辑器**：多种文件类型的语法高亮，支持搜索、缩放、黑暗模式\n- **快捷菜单**：右键文件可以快速操作（在 Finder、Terminal、VSCode 中打开等）\n- **彩色标签**：为配置文件添加短文本彩色标签，便于分组识别\n\n### 快捷键\n- `Cmd + F`：搜索\n- `Cmd + S`：保存\n- `Cmd + /`：注释切换\n- `Cmd + =` / `Cmd + -`：缩放\n- `Cmd + 0`：重置缩放\n- `Esc`：关闭搜索\n\n## 安装\n\n### 编译安装\n需要安装 Xcode，然后：\n\n```bash\ngit clone https://github.com/iHongRen/configEditor.git\ncd configEditor/Configs\n# 在 Xcode 中打开 Configs.xcodeproj，选择 \"My Mac\" 作为目标，点击 Build (⌘B)\n```\n\n编译完成后，在 Xcode 的 Products 文件夹中找到 `Configs.app`。\n\n### 直接安装\n从 [Release 页面](https://github.com/iHongRen/configEditor/releases) 下载 `Configs.dmg`，双击打开后：\n\n1. 将 `Configs.app` 拖到 `/Applications` 文件夹\n2. 打开终端，运行以下命令：\n\n   ```bash\n   chmod +x /Applications/Configs.app/Contents/MacOS/Configs\n   xattr -d com.apple.quarantine /Applications/Configs.app\n   ```\n\n3. 现在可以从应用程序文件夹或 Launchpad 打开 `Configs.app`\n\n\n","funding_links":[],"categories":["개발 도구"],"sub_categories":["개발자 유틸리티"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiHongRen%2FconfigEditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FiHongRen%2FconfigEditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiHongRen%2FconfigEditor/lists"}