🍺 BREW Explorer

← all formulae

gem-completion

brew install gem-completion v1.0.3 MIT

Bash completion for gem

3
30-day installs · #12163
16
90-day · #10304
93
365-day · #9369
153
★ GitHub stars · updated 7mo ago

GitHub topics

bash-completion ruby ruby-cli

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Bash completion for gem",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:57+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "gem-completion",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-01-05T10:39:28Z",
  "github_readme_excerpt": "# completion-ruby: bash completion for Ruby-related commands\n\n**completion-ruby** is a set of [bash] scripts offering command-line\ncompletion for various [Ruby]-related commands and tools.\n\n\n## Installation\n\nThese scripts depend on some utility functions from [bash-completion]. It\nshould be part of pretty much any modern Linux distribution, and you can\ninstall it on macOS using [Homebrew]:\n\n    brew install bash-completion\n\nSave the completion files somewhere (in the same directory) and add the\nfollowing line to your `~/.bashrc` or `~/.profile`:\n\n    . /path/to/completion-ruby-all\n\nThe `completion-ruby-all` script loads all the completions it finds,\nbut only for the commands you appear to have installed.\nAlternatively, you can just save the specific scripts you wish, and\nsource them individually.\n\n\n## Maintenance status\n\nThis project is considered **stable**.\nNo new features are planned, and as a result it remains domant for months,\nbut the continuous integration test suite will occasionally detect\na change in behavior in a tool, and maintenance work is performed.\n\nFor information on the automated test suite, see the [tests directory](./tests#readme).\n\nIf one of the covered tools introduces a new flag that needs special treatment,\nplease file an issue or pull request.\n\n\n## Why yet another completion script?\n\nBefore writing my own, I\u0027d seen about five different scripts for `rake`\ncompletion. None of them, though, at the same time:\n\n* cached the task list for fast results;\n* invalidated said cache when the rakefile was modified;\n* worked properly with namespaces; and\n* worked on subdirectories of the project\n\n...among other minor quirks. While providing all of the above, a few other\nniceties were added, like command-line options completion and awareness of\ntask arguments.\n\nThis script is not perfect (for instance, it won\u0027t update the cache if\na dependency of the rakefile is updated; as a workaround, simply\n`touch Rakefile`), but it tries to cover all the most common c",
  "github_repo": "mernen/completion-ruby",
  "github_stars": 153,
  "github_topics": [
    "bash-completion",
    "ruby",
    "ruby-cli"
  ],
  "homepage": "https://github.com/mernen/completion-ruby",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 3,
  "installs_365d": 93,
  "installs_90d": 16,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "gem-completion",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 12163,
  "rank_365d": 9369,
  "rank_90d": 10304,
  "raw_hash": "ac7dc5404b8efe27",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/gem-completion.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.0.3",
  "versioned_formulae": [],
  "why_use_this": null
}