{"id":17384005,"url":"https://github.com/mcandre/screen-completion","last_synced_at":"2025-03-27T21:15:21.339Z","repository":{"id":66387128,"uuid":"42125490","full_name":"mcandre/screen-completion","owner":"mcandre","description":"tab completion for screen sessions","archived":false,"fork":false,"pushed_at":"2020-09-12T18:05:10.000Z","size":19,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T23:36:27.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/mcandre/screen-completion","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/mcandre.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-08T16:41:49.000Z","updated_at":"2022-01-09T14:37:13.000Z","dependencies_parsed_at":"2023-03-19T13:09:45.486Z","dependency_job_id":null,"html_url":"https://github.com/mcandre/screen-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/mcandre%2Fscreen-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fscreen-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fscreen-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fscreen-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcandre","download_url":"https://codeload.github.com/mcandre/screen-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924515,"owners_count":20694730,"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":[],"created_at":"2024-10-16T07:44:22.540Z","updated_at":"2025-03-27T21:15:21.264Z","avatar_url":"https://github.com/mcandre.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# screen-completion - tab completion for screen sessions\n\n# EXAMPLE\n\n```console\n$ screen -S rsync\n$ rsync ...\nC-a d\n$ screen -x r[TAB]\n$ screen -x rsync\n```\n\n# REQUIREMENTS\n\n* [bash](https://www.gnu.org/software/bash/) 4+\n* [GNU awk](https://www.gnu.org/software/gawk/)\n\n## Optional\n\n* [Python](https://www.python.org/) 3+\n* [GHC Haskell](https://www.haskell.org/) 8+\n* [Go](https://golang.org/) 1.9+\n* [GNU make](https://www.gnu.org/software/make/)\n* [checkbashisms](https://sourceforge.net/projects/checkbaskisms/)\n\n# INSTALL\n\nDownload [screen-completion.sh](https://raw.githubusercontent.com/mcandre/screen-completion/master/lib/screen-completion.sh) and place into `$HOME`:\n\n```console\nwget -O $HOME/screen-completion.sh https://raw.githubusercontent.com/mcandre/screen-completion/master/lib/screen-completion.sh\n```\n\nThen configure your `$HOME/.bash_profile` or similar shell configuration to use screen-completion:\n\n```console\n# screen-completion\n# See https://raw.githubusercontent.com/mcandre/screen-completion/master/lib/screen-completion.sh\n. $HOME/screen-completion.sh\n```\n\nThen update your shell:\n\n```console\n$ source $HOME/.bash_profile\n```\n\n# REQUIREMENTS\n\n* [GNU bash](https://www.gnu.org/software/bash/)\n\n## Recommended\n\n* [vast](http://github.com/mcandre/vast)\n* [shfmt](https://github.com/mvdan/sh) (e.g. `GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt`)\n* [bashate](https://pypi.python.org/pypi/bashate/0.5.1)\n* [checkbashisms](https://sourceforge.net/projects/checkbaskisms/)\n* [ShellCheck](https://hackage.haskell.org/package/ShellCheck)\n* [stank](https://github.com/mcandre/stank) (e.g. `go get github.com/mcandre/stank/...`)\n\n# DEVELOPMENT\n\n## Lint\n\n```console\n$ vast [lint]\n```\n\n# CREDITS\n\nInspired by [git prompt](https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fscreen-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcandre%2Fscreen-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fscreen-completion/lists"}