{"id":22423498,"url":"https://github.com/qbbr/symfony-bash-completion","last_synced_at":"2026-05-09T00:37:42.173Z","repository":{"id":11337681,"uuid":"13764373","full_name":"qbbr/symfony-bash-completion","owner":"qbbr","description":"Symfony and other bros console bash autocomplete","archived":false,"fork":false,"pushed_at":"2019-02-21T11:25:03.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T10:43:14.442Z","etag":null,"topics":["artisan","autocomplete","composer","deployer-php","php-cs-fixer","shell","symfony"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/qbbr.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}},"created_at":"2013-10-22T05:55:56.000Z","updated_at":"2023-12-01T08:00:02.000Z","dependencies_parsed_at":"2022-07-21T12:48:08.348Z","dependency_job_id":null,"html_url":"https://github.com/qbbr/symfony-bash-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Fsymfony-bash-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Fsymfony-bash-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Fsymfony-bash-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbbr%2Fsymfony-bash-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbbr","download_url":"https://codeload.github.com/qbbr/symfony-bash-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791899,"owners_count":20672668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["artisan","autocomplete","composer","deployer-php","php-cs-fixer","shell","symfony"],"created_at":"2024-12-05T18:11:34.228Z","updated_at":"2026-05-09T00:37:37.137Z","avatar_url":"https://github.com/qbbr.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony and other bros console bash autocomplete\n\n## Supports\n\n * [Symfony Console component](https://symfony.com/doc/current/components/console.html)\n * [The Symfony Installer](https://github.com/symfony/symfony-installer)\n * [SensioLabs Security Checker](https://github.com/sensiolabs/security-checker)\n * [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)\n * [Composer](https://getcomposer.org/)\n * [Deployer](https://deployer.org/)\n * [Laravel Artisan Console](https://laravel.com/docs/5.7/artisan)\n\n## Requirements\n\n[bash-completion](https://github.com/scop/bash-completion) must be installed.\n\n```bash\napt install bash-completion\n```\n\n## Installation\n\n```bash\nmake install\n```\n\nAdd the following line to your `~/.bashrc`:\n\n```bash\n# enable programmable completion features\nif ! shopt -oq posix; then\n    if [ -f /usr/share/bash-completion/bash_completion ]; then\n        . /usr/share/bash-completion/bash_completion\n    elif [ -f /etc/bash_completion ]; then\n        . /etc/bash_completion\n    fi\nfi\n```\n\n## Uninstall\n\n```bash\nmake uninstall\n```\n\n## Usage\n\nRestart your bash and you should be able to autocomplete commands in a Symfony project console:\n\n```bash\n./bin/console [TAB]\nconsole [TAB]\nsymfony [TAB]\n./bin/security-checker\n./bin/php-cs-fixer [TAB]\nphp-cs-fixer [TAB]\ncomposer [TAB]\ncomposer.phar [TAB]\ndeployer [TAB]\ndeployer.phar [TAB]\n./artisan [TAB]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbbr%2Fsymfony-bash-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbbr%2Fsymfony-bash-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbbr%2Fsymfony-bash-completion/lists"}