fabric-completion
brew install fabric-completion
v1
MIT
Bash completion for Fabric
1
30-day installs · #15169
3
90-day · #16561
16
365-day · #15215
24
★ GitHub stars · updated 11y ago
Links
- https://github.com/n0740/fabric-completion
- GitHub: n0740/fabric-completion
- Brew formula source: Formula/f/fabric-completion.rb
Caveats
All available tasks are cached in special file to speed up the response. Therefore, Add .fab_tasks~ to your ".gitignore". For more details and configuration refer to the home page.
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": "All available tasks are cached in special file to speed up the response.\nTherefore, Add .fab_tasks~ to your \".gitignore\".\n\nFor more details and configuration refer to the home page.\n",
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Bash completion for Fabric",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:29+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "fabric-completion",
"github_default_branch": "master",
"github_last_commit_at": "2015-04-20T13:21:03Z",
"github_readme_excerpt": "# Bash completion for [Fabric](http://fabfile.org)\n\n\n## Features\n\nScript provides completion for `fab` tasks and long options.\n\nAll available tasks are cached in special file to speed up the response. Cache file with tasks updates on every `fabfile` modification.\n\nLong options (like `--help`, `--version` etc.) are cached only when completion is used at first time.\n\n\n## Installation\n\nDownload and add to your `.bashrc` file:\n\n```bash\nsource /path/to/file/fabric-completion.bash\n```\n\nAdd `.fab_tasks~` (see below) to your `.gitignore`.\n\n\n## Settings\n\nThere are two params:\n\n* Use cache files for `fab` tasks or not.\n\n Enabled by default.\n\n To disable add add the following line to your `.bashrc`:\n\n ```bash\n export FAB_COMPLETION_CACHE_TASKS=false\n ```\n\n* File name where tasks cache will be stored (in current directory).\n\n Default value is `.fab_tasks~`.\n\n To change the name, add the following line to your `.bashrc`:\n\n ```bash\n export FAB_COMPLETION_CACHED_TASKS_FILENAME=\"\u003ccache-file-name\u003e\"\n ```\n",
"github_repo": "n0740/fabric-completion",
"github_stars": 24,
"github_topics": [],
"homepage": "https://github.com/n0740/fabric-completion",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 1,
"installs_365d": 16,
"installs_90d": 3,
"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": "fabric-completion",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 15169,
"rank_365d": 15215,
"rank_90d": 16561,
"raw_hash": "5463801406a117f9",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/fabric-completion.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1",
"versioned_formulae": [],
"why_use_this": null
}