{"id":16617509,"url":"https://github.com/srijanshetty/cli-goodies","last_synced_at":"2026-03-11T21:38:42.511Z","repository":{"id":16267407,"uuid":"19015585","full_name":"srijanshetty/cli-goodies","owner":"srijanshetty","description":"ZSH cli goodies","archived":false,"fork":false,"pushed_at":"2025-10-06T12:34:31.000Z","size":1072,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-20T23:59:12.251Z","etag":null,"topics":["bash","cli","completions","dotfiles","dotfiles-linux","dotfiles-macos","shell","terminal","zsh"],"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/srijanshetty.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":"2014-04-22T03:17:17.000Z","updated_at":"2025-10-06T12:34:35.000Z","dependencies_parsed_at":"2025-08-08T10:08:05.127Z","dependency_job_id":"e0f7d87b-35c8-4769-a044-cf813ce7c943","html_url":"https://github.com/srijanshetty/cli-goodies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srijanshetty/cli-goodies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srijanshetty%2Fcli-goodies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srijanshetty%2Fcli-goodies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srijanshetty%2Fcli-goodies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srijanshetty%2Fcli-goodies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srijanshetty","download_url":"https://codeload.github.com/srijanshetty/cli-goodies/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srijanshetty%2Fcli-goodies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30401959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T21:02:20.017Z","status":"ssl_error","status_checked_at":"2026-03-11T20:59:32.667Z","response_time":84,"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":["bash","cli","completions","dotfiles","dotfiles-linux","dotfiles-macos","shell","terminal","zsh"],"created_at":"2024-10-12T02:16:55.488Z","updated_at":"2026-03-11T21:38:42.489Z","avatar_url":"https://github.com/srijanshetty.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n------------\n\nThese are a bunch of antigen/oh-my-zsh/prezto compatible shell scripts which make me productive on the commandline.\n\nInstallation\n------------\n\nI use [Prezto](https://github.com/sorin-inoescu/prezto) to manage `zsh`; ergo this repository should work seamlessly with it, with close to no impact to shell load time.\n\n### Installing under [Prezto](https://github.com/sorin-ionescu/prezto)\n\n    cd .zprezto\n    git submodule add https://github.com/srijanshetty/cli-goodies.git modules/cli-goodies\n\nAdd `cli-goodies` to your `.zpreztorc` file:\n\n    # Set the Prezto modules to load (browse modules).\n    # The order matters.\n    zstyle ':prezto:load' pmodule \\\n      'environment' \\\n      'terminal' \\\n      'editor' \\\n      'history' \\\n      'directory' \\\n      'spectrum' \\\n      'utility' \\\n      'completion' \\\n      'prompt' \\\n      'cli-goodies'\n\n### Using `cli-goodies` anywhere else\n\nAnyone running `zsh` should only need to add the following line to their `.zshrc`:\n\n    source init.zsh\n\nFeatures\n---------\n\n## Completions\n\n```\n                              __     __  _\n  _________  ____ ___  ____  / /__  / /_(_)___  ____  _____\n / ___/ __ \\/ __ `__ \\/ __ \\/ / _ \\/ __/ / __ \\/ __ \\/ ___/\n/ /__/ /_/ / / / / / / /_/ / /  __/ /_/ / /_/ / / / (__  )\n\\___/\\____/_/ /_/ /_/ .___/_/\\___/\\__/_/\\____/_/ /_/____/\n                   /_/\n```\n\nCompletions for a bunch of commands collected in one place\n\n- [_aws](https://github.com/aws/aws-cli/blob/develop/bin/aws_zsh_completer.sh)\n- [_doctl]()\n- [_gcloud]()\n- [_pandoc](https://github.com/srijanshetty/zsh-pandoc-completion/master/_pandoc)\n- [_podman](https://github.com/containers/libpod/blob/master/completions/zsh/_podman)\n- [_snips](https://github.com/srijanshetty/snips/blob/master/_snips)\n\n## Other features\n- Will document features for fzf, git, httpie, and other googness\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrijanshetty%2Fcli-goodies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrijanshetty%2Fcli-goodies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrijanshetty%2Fcli-goodies/lists"}