{"id":22706845,"url":"https://github.com/zimfw/custom","last_synced_at":"2025-08-23T15:20:13.169Z","repository":{"id":96153621,"uuid":"113081132","full_name":"zimfw/custom","owner":"zimfw","description":"Template for custom module.","archived":false,"fork":false,"pushed_at":"2024-12-04T00:41:57.000Z","size":5,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T12:13:08.940Z","etag":null,"topics":["custom","template","zim","zimfw","zsh","zsh-plugin","zsh-plugins"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/zimfw.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}},"created_at":"2017-12-04T18:46:41.000Z","updated_at":"2025-02-25T09:14:31.000Z","dependencies_parsed_at":"2025-04-13T12:13:09.737Z","dependency_job_id":"880b19a0-233a-43ea-bba7-4405db47a67f","html_url":"https://github.com/zimfw/custom","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/zimfw/custom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcustom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcustom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcustom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcustom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimfw","download_url":"https://codeload.github.com/zimfw/custom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Fcustom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271754354,"owners_count":24815185,"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-08-23T02:00:09.327Z","response_time":69,"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":["custom","template","zim","zimfw","zsh","zsh-plugin","zsh-plugins"],"created_at":"2024-12-10T10:09:52.353Z","updated_at":"2025-08-23T15:20:13.140Z","avatar_url":"https://github.com/zimfw.png","language":"Shell","readme":"custom\n======\n\nAdd custom code to the `init.zsh` file.\n\nCustom functions can go in the `functions` subdirectory, where the name of the\nfile is the name of the function. These functions will be lazy loaded.\n\nFor example, this function:\n```zsh\nfoo() {\n  print bar\n}\n```\n\nwill become a lazy loaded function if created as a file named `foo` in the\n`functions` subdirectory, containing:\n```zsh\nprint bar\n```\n\nThere is a special kind of function that can also be added to the `functions`\nsubdirectory: completion definitions that will be loaded by `compinit`. These\nmust have file names starting with `_`.\n\nHaving an `init.zsh` file or functions inside the `functions` subdirectory are\nboth optional. You can have one, the other, or both.\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimfw%2Fcustom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimfw%2Fcustom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimfw%2Fcustom/lists"}