{"id":16938497,"url":"https://github.com/dsnet/gotab","last_synced_at":"2025-04-11T19:14:09.714Z","repository":{"id":132959734,"uuid":"41658141","full_name":"dsnet/gotab","owner":"dsnet","description":"Simple bash tab completion for the go command.","archived":false,"fork":false,"pushed_at":"2016-08-19T20:36:51.000Z","size":12,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T19:14:03.803Z","etag":null,"topics":["bash-completion","command-line-tool","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-31T05:48:42.000Z","updated_at":"2023-10-13T08:35:02.000Z","dependencies_parsed_at":"2024-06-20T15:52:32.109Z","dependency_job_id":null,"html_url":"https://github.com/dsnet/gotab","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/dsnet%2Fgotab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fgotab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fgotab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsnet%2Fgotab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsnet","download_url":"https://codeload.github.com/dsnet/gotab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465345,"owners_count":21108244,"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-completion","command-line-tool","go"],"created_at":"2024-10-13T21:01:00.977Z","updated_at":"2025-04-11T19:14:09.695Z","avatar_url":"https://github.com/dsnet.png","language":"Go","readme":"# Tab completion for Go binary #\n\n## Introduction ##\n\nThis program provides tab completion information for the Go binary. Currently,\nthis only works with the *doc* tool in the *go* binary for version 1.5.\n\nFurthermore, this only works for bash, but thin wrappers can be used to make it\nwork with other shells.\n\n## Installation ##\n\n1. Get and build the binary: ```go get github.com/dsnet/gotab```\n2. If necessary, place ```$GOPATH/bin``` in your ```$PATH```. Otherwise, copy\nthe binary from ```$GOPATH/bin/gotab``` to somewhere reachable from ```$PATH```.\n3. Add the following to your bashrc file: ```complete -C gotab -o nospace go```\n\n## Usage ##\n\nUse the go binary and hit tab to auto-complete if possible.\n\nThus, when you type the following and hit tab:\n```bash\n$ go doc runtime CP\n```\n\nIt will auto-complete to the following:\n```bash\n$ go doc runtime CPUProfile\n```\n\nIf there are more than one possible completion, then they will be listed:\n```bash\n$ go doc runtime Read\nReadMemStats   ReadTrace\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsnet%2Fgotab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsnet%2Fgotab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsnet%2Fgotab/lists"}