{"id":26538804,"url":"https://github.com/ujiro99/docker-selector","last_synced_at":"2026-04-12T20:54:44.488Z","repository":{"id":57593328,"uuid":"114511889","full_name":"ujiro99/docker-selector","owner":"ujiro99","description":"Docker container selector using peco.","archived":false,"fork":false,"pushed_at":"2018-05-01T15:52:36.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T11:15:10.488Z","etag":null,"topics":["bash","docker","golang","nyagos","peco"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ujiro99.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":"2017-12-17T05:28:28.000Z","updated_at":"2018-05-01T15:05:31.000Z","dependencies_parsed_at":"2022-09-06T12:20:39.544Z","dependency_job_id":null,"html_url":"https://github.com/ujiro99/docker-selector","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujiro99%2Fdocker-selector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujiro99%2Fdocker-selector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujiro99%2Fdocker-selector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujiro99%2Fdocker-selector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ujiro99","download_url":"https://codeload.github.com/ujiro99/docker-selector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244884380,"owners_count":20526221,"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":["bash","docker","golang","nyagos","peco"],"created_at":"2025-03-21T23:30:01.923Z","updated_at":"2026-04-12T20:54:39.449Z","avatar_url":"https://github.com/ujiro99.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-selector [![Build Status](https://travis-ci.org/ujiro99/docker-selector.svg?branch=master)](https://travis-ci.org/ujiro99/docker-selector)\nDocker container selector using peco.\n\n![demo](https://github.com/ujiro99/docker-selector/blob/master/demo.gif)\n\n# Requirements\n* docker\n* peco\n\n# Installation\n\nYou can get binary from github release page.\n\n[-\u003e Release Page](https://github.com/ujiro99/docker-selector/releases)\n\nor, use `go get`:\n\n```bash\n$ go get -u github.com/ujiro99/docker-selector\n```\n\n# Usage\nUse this with key bindings.  \nAn example of calling with `Ctrl + d`.\n\n* bash\n```bash\n# add this .bashrc\npeco-docker-selector() {\n    local l=$(\\docker-selector -a)\n    READLINE_LINE=\"${READLINE_LINE:0:$READLINE_POINT}${l}${READLINE_LINE:$READLINE_POINT}\"\n    READLINE_POINT=$(($READLINE_POINT + ${#l}))\n}\nbind -x '\"\\C-d\": peco-docker-selector'\n```\n\n* nyagos\n```lua\n-- add this .nyagos\nnyagos.bindkey(\"C_D\", function(this)\n    local result = nyagos.eval('docker-selector.exe -a')\n    this:call(\"CLEAR_SCREEN\")\n    return result\nend)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujiro99%2Fdocker-selector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fujiro99%2Fdocker-selector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujiro99%2Fdocker-selector/lists"}