{"id":13587997,"url":"https://github.com/pierpo/fzf-docker","last_synced_at":"2026-03-08T08:34:40.328Z","repository":{"id":48062317,"uuid":"94543573","full_name":"pierpo/fzf-docker","owner":"pierpo","description":"🐳 Docker completion in zsh using fzf 🌸","archived":false,"fork":false,"pushed_at":"2024-05-13T12:58:36.000Z","size":621,"stargazers_count":50,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T15:15:15.059Z","etag":null,"topics":["docker","fzf","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pierpo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-16T12:52:07.000Z","updated_at":"2024-09-12T13:34:17.000Z","dependencies_parsed_at":"2022-08-12T17:41:05.654Z","dependency_job_id":null,"html_url":"https://github.com/pierpo/fzf-docker","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/pierpo%2Ffzf-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierpo%2Ffzf-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierpo%2Ffzf-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pierpo%2Ffzf-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pierpo","download_url":"https://codeload.github.com/pierpo/fzf-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221663819,"owners_count":16859912,"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":["docker","fzf","zsh"],"created_at":"2024-08-01T15:06:27.600Z","updated_at":"2026-03-08T08:34:35.306Z","avatar_url":"https://github.com/pierpo.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"Inspired by a contribution of calbertts in [this fzf issue](https://github.com/junegunn/fzf/issues/760).\n\n# What is this?\n\nAuto complete your Docker commands with the currently running containers, using fuzzy search.\n\n![Example usage](https://raw.githubusercontent.com/pierpo/fzf-docker/master/fzf-docker.gif)\n\n# Dependencies\n\n- [fzf](https://github.com/junegunn/fzf)\n- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)\n\n# Installation\n\nFirst, install [fzf](https://github.com/junegunn/fzf).\n\nClone the repo in `.oh-my-zsh/plugins/fzf-docker`\n\n```bash\ngit clone https://github.com/pierpo/fzf-docker ~/.oh-my-zsh/plugins/fzf-docker\n```\n\nThen add the plugin to your `.zshrc`\n\n```bash\n# In your .zshrc\nplugins=(... fzf-docker ...)\n```\n\n# Usage\n\nIf you don't like the `**` prefix (which is a fzf thing), you may change it in your `zshrc`:\n\n```bash\nexport FZF_COMPLETION_TRIGGER='**'\n```\n\nI personally put `,` instead :wink:\n\n## Command list\n\n```bash\ndocker **\u003cTAB\u003e\n```\n\n## Remove images\n\n```bash\ndocker rmi **\u003cTAB\u003e\n```\n\n## Start containers\n\n```bash\ndocker start **\u003cTAB\u003e\n```\n\n## Stop containers\n\n```bash\ndocker stop **\u003cTAB\u003e\n```\n\n## Remove containers\n\n```bash\ndocker rm **\u003cTAB\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierpo%2Ffzf-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpierpo%2Ffzf-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpierpo%2Ffzf-docker/lists"}