{"id":21101316,"url":"https://github.com/rtuin/zsh-case","last_synced_at":"2026-04-24T08:31:18.318Z","repository":{"id":141800120,"uuid":"233266845","full_name":"rtuin/zsh-case","owner":"rtuin","description":"A ZSH plugin to change text casing","archived":false,"fork":false,"pushed_at":"2020-01-12T11:09:15.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-01T01:45:07.410Z","etag":null,"topics":["antigen","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":null,"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/rtuin.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}},"created_at":"2020-01-11T17:06:07.000Z","updated_at":"2025-03-17T00:05:50.000Z","dependencies_parsed_at":"2023-04-03T12:03:14.309Z","dependency_job_id":null,"html_url":"https://github.com/rtuin/zsh-case","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rtuin/zsh-case","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Fzsh-case","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Fzsh-case/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Fzsh-case/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Fzsh-case/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtuin","download_url":"https://codeload.github.com/rtuin/zsh-case/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtuin%2Fzsh-case/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32216125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T08:24:32.376Z","status":"ssl_error","status_checked_at":"2026-04-24T08:24:26.731Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["antigen","zsh","zsh-plugin"],"created_at":"2024-11-19T23:44:47.544Z","updated_at":"2026-04-24T08:31:18.301Z","avatar_url":"https://github.com/rtuin.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"# ZSH plugin to change case\n\nThis plugin adds two commands to change the casing of output:\n\n* `tolower`\n* `toupper`\n\nThese are basically aliases for `tr '[:upper:]' [:lower:]`.\n\n## Example usage\n\n```bash\necho \"Foo\" | tolower\n# foo\n\necho \"Foo\" | toupper\n# FOO\n```\n\n## Installation\n\nI recommend [Antigen](https://github.com/zsh-users/antigen) to install and manage your ZSH plugins.\n\n### Antigen\n\nPut the following in your `~/.zshrc`:\n\n```bash\nantigen bundle rtuin/zsh-case\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Fzsh-case","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtuin%2Fzsh-case","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtuin%2Fzsh-case/lists"}