{"id":27306549,"url":"https://github.com/pseyfert/teensy-tab-completion","last_synced_at":"2026-02-03T21:32:45.432Z","repository":{"id":72263721,"uuid":"116944769","full_name":"pseyfert/teensy-tab-completion","owner":"pseyfert","description":"tab completion for the teensy_loader_ci","archived":false,"fork":false,"pushed_at":"2018-01-10T11:40:34.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T07:40:18.089Z","etag":null,"topics":["teensy","zsh-completion","zsh-completions"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pseyfert.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-10T10:47:09.000Z","updated_at":"2019-05-20T15:48:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea6e6216-399b-4859-a2c7-2f8c47e698a7","html_url":"https://github.com/pseyfert/teensy-tab-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pseyfert/teensy-tab-completion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fteensy-tab-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fteensy-tab-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fteensy-tab-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fteensy-tab-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pseyfert","download_url":"https://codeload.github.com/pseyfert/teensy-tab-completion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Fteensy-tab-completion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29058340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["teensy","zsh-completion","zsh-completions"],"created_at":"2025-04-12T04:00:24.185Z","updated_at":"2026-02-03T21:32:45.413Z","avatar_url":"https://github.com/pseyfert.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# teensy-tab-completion\ntab completion for the teensy_loader_ci\n\nAt the moment there's a `zsh` completion file, others might be added in the future.\n\n# USAGE\n\nYou might want to familiarize yourself with the `fpath` variable of the `zsh` completion system, e.g. in [this guide](https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org).\n\nOne way of using it: create the directory `${HOME}/.local/share/zsh/completions`, add it to `$fpath` and put `_teensy_loader_cli` there:\n\n## Step1: In a shell\n```sh\nmkdir -p ${HOME}/.local/share/zsh/completions\ncp _teensy_loader_cli ${HOME}/.local/share/zsh/completions\n```\n\n## Step2: Open `${HOME}/.zshrc` in an editor of your choice\n\nadd the line\n\n```sh\nfpath=(${HOME}/.local/share/zsh/completions $fpath)\n```\n\nsomewhere before `autoload -Uz compinit; compinit`. (I guess this depends strongly on how your `.zshrc` is arranged).\n\n## Step3: Start a new shell and enjoy\n\n## comment\n\nThere may be better ways for future maintenance and pulling updates. Also you might already have custom completions or are looking for system wide installations, … or I might port the completion to other completion repositories. So be aware this is just one of many options of using the completion. Feel free to implement a better one.\n\n\n[![Licence: GPL v3](https://img.shields.io/github/license/pseyfert/teensy-tab-completion.svg)](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseyfert%2Fteensy-tab-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseyfert%2Fteensy-tab-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseyfert%2Fteensy-tab-completion/lists"}