{"id":13595723,"url":"https://github.com/goreliu/zshguide","last_synced_at":"2025-05-16T09:03:58.684Z","repository":{"id":24615520,"uuid":"102054558","full_name":"goreliu/zshguide","owner":"goreliu","description":"Zsh 开发指南","archived":false,"fork":false,"pushed_at":"2022-10-05T12:20:25.000Z","size":192,"stargazers_count":1176,"open_issues_count":1,"forks_count":183,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-04-09T04:02:32.441Z","etag":null,"topics":["docs","shell","zsh"],"latest_commit_sha":null,"homepage":"https://zshguide.readthedocs.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goreliu.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}},"created_at":"2017-08-31T23:40:04.000Z","updated_at":"2025-04-08T09:00:45.000Z","dependencies_parsed_at":"2022-07-11T20:02:12.655Z","dependency_job_id":null,"html_url":"https://github.com/goreliu/zshguide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fzshguide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fzshguide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fzshguide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goreliu%2Fzshguide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goreliu","download_url":"https://codeload.github.com/goreliu/zshguide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501556,"owners_count":22081528,"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":["docs","shell","zsh"],"created_at":"2024-08-01T16:01:56.377Z","updated_at":"2025-05-16T09:03:58.659Z","avatar_url":"https://github.com/goreliu.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Zsh 开发指南\n\n[目录](00_Zsh-开发指南（目录）.md)\n\n[第一篇 变量和语句](01_Zsh-开发指南（第一篇-变量和语句）.md)\n\n[第二篇 字符串处理之常用操作](02_Zsh-开发指南（第二篇-字符串处理之常用操作）.md)\n\n[第三篇 字符串处理之转义字符和格式化输出](03_Zsh-开发指南（第三篇-字符串处理之转义字符和格式化输出）.md)\n\n[第四篇 字符串处理之通配符](04_Zsh-开发指南（第四篇-字符串处理之通配符）.md)\n\n[第五篇 数组](05_Zsh-开发指南（第五篇-数组）.md)\n\n[第六篇 哈希表](06_Zsh-开发指南（第六篇-哈希表）.md)\n\n[第七篇 数值计算](07_Zsh-开发指南（第七篇-数值计算）.md)\n\n[第八篇 变量修饰语](08_Zsh-开发指南（第八篇-变量修饰语）.md)\n\n[第九篇 函数和脚本](09_Zsh-开发指南（第九篇-函数和脚本）.md)\n\n[第十篇 文件查找和批量处理](10_Zsh-开发指南（第十篇-文件查找和批量处理）.md)\n\n[第十一篇 变量的进阶内容](11_Zsh-开发指南（第十一篇-变量的进阶内容）.md)\n\n[第十二篇 [[ ]] 的用法](12_Zsh-开发指南（第十二篇-[[-]]-的用法）.md)\n\n[第十三篇 管道和重定向](13_Zsh-开发指南（第十三篇-管道和重定向）.md)\n\n[第十四篇 文件读写](14_Zsh-开发指南（第十四篇-文件读写）.md)\n\n[第十五篇 进程与作业控制](15_Zsh-开发指南（第十五篇-进程与作业控制）.md)\n\n[第十六篇 alias 和 eval 的用法](16_Zsh-开发指南（第十六篇-alias-和-eval-的用法）.md)\n\n[第十七篇 使用 socket 文件和 TCP 实现进程间通信](17_Zsh-开发指南（第十七篇-使用-socket-文件和-TCP-实现进程间通信）.md)\n\n[第十八篇 更多内置模块的用法](18_Zsh-开发指南（第十八篇-更多内置模块的用法）.md)\n\n[第十九篇 脚本实例讲解](19_Zsh-开发指南（第十九篇-脚本实例讲解）.md)\n\n[第二十篇 代码风格](20_Zsh-开发指南（第二十篇-代码风格）.md)\n\n[第二十一篇 测试方法以及编写可测试代码的方法](21_Zsh-开发指南（第二十一篇-测试方法以及编写可测试代码的方法）.md)\n\n[第二十二篇 Bash 和 zsh 用法简明对照表](22_Zsh-开发指南（第二十二篇-Bash-和-zsh-用法简明对照表）.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoreliu%2Fzshguide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoreliu%2Fzshguide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoreliu%2Fzshguide/lists"}