{"id":17069557,"url":"https://github.com/mgalgs/zsh-take","last_synced_at":"2026-04-18T17:34:30.956Z","repository":{"id":232389523,"uuid":"697444828","full_name":"mgalgs/zsh-take","owner":"mgalgs","description":"Adds a `take` command to your zsh for a single-step mkdir/clone + cd","archived":false,"fork":false,"pushed_at":"2023-09-27T18:38:38.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-29T21:47:52.841Z","etag":null,"topics":[],"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/mgalgs.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":"2023-09-27T18:37:47.000Z","updated_at":"2023-09-28T05:19:32.000Z","dependencies_parsed_at":"2024-04-09T16:44:09.477Z","dependency_job_id":"d1248dd5-90bc-4836-ab38-d273092d0d57","html_url":"https://github.com/mgalgs/zsh-take","commit_stats":null,"previous_names":["mgalgs/zsh-take"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mgalgs/zsh-take","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fzsh-take","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fzsh-take/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fzsh-take/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fzsh-take/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgalgs","download_url":"https://codeload.github.com/mgalgs/zsh-take/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgalgs%2Fzsh-take/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31978156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":[],"created_at":"2024-10-14T11:27:10.498Z","updated_at":"2026-04-18T17:34:30.922Z","avatar_url":"https://github.com/mgalgs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"zsh plugin that adds a `take` command to your zsh to make creating\ndirectories (or download/cloning remote assets) and changing into them a\nsingle step.\n\nIt may seem small, but micro-optimizations to your workflow add up! And\nafter you've gotten used to `take`, using the `mkdir; cd` pattern will feel\narchaic and inefficient.\n\n## Examples\n\n### Create directory and change into it\n\n    take my-cool-new-dir\n\nIs equivalent to:\n\n    mkdir my-cool-new-dir\n    cd my-cool-new-dir\n\n### Clone repo and cd into it\n\n    take https://github.com/mgalgs/zsh-take.git\n\nIs equivalent to:\n\n    git clone https://github.com/mgalgs/zsh-take.git\n    cd zsh-take\n\n## Installation\n\nAdd this repo with your plugin manager (which should find the\nzsh-take.plugin.zsh file and source it automatically), or just download the\nsource and source it yourself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgalgs%2Fzsh-take","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgalgs%2Fzsh-take","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgalgs%2Fzsh-take/lists"}