{"id":13582405,"url":"https://github.com/sei40kr/zsh-fast-alias-tips","last_synced_at":"2026-01-12T01:02:10.692Z","repository":{"id":36197471,"uuid":"169558021","full_name":"sei40kr/zsh-fast-alias-tips","owner":"sei40kr","description":"Help remembering the aliases you defined once","archived":false,"fork":false,"pushed_at":"2023-12-03T08:05:59.000Z","size":8482,"stargazers_count":60,"open_issues_count":16,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T18:44:39.678Z","etag":null,"topics":["zsh","zsh-plugin"],"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/sei40kr.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}},"created_at":"2019-02-07T11:00:21.000Z","updated_at":"2024-01-19T04:45:26.000Z","dependencies_parsed_at":"2024-06-19T00:04:14.711Z","dependency_job_id":"d9973665-4b12-4edc-8d63-f86f1a427457","html_url":"https://github.com/sei40kr/zsh-fast-alias-tips","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sei40kr/zsh-fast-alias-tips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sei40kr%2Fzsh-fast-alias-tips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sei40kr%2Fzsh-fast-alias-tips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sei40kr%2Fzsh-fast-alias-tips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sei40kr%2Fzsh-fast-alias-tips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sei40kr","download_url":"https://codeload.github.com/sei40kr/zsh-fast-alias-tips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sei40kr%2Fzsh-fast-alias-tips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28330151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["zsh","zsh-plugin"],"created_at":"2024-08-01T15:02:40.981Z","updated_at":"2026-01-12T01:02:10.687Z","avatar_url":"https://github.com/sei40kr.png","language":"Go","funding_links":[],"categories":["Go","Plugins","Rust"],"sub_categories":["Zinit (née zplugin)"],"readme":"# zsh-fast-alias-tips\n\nHelps you remembering the aliases you defined once.\n\nWritten in zsh and Rust. Ported from [djui/alias-tips](https://github.com/djui/alias-tips).\n\n## Example\n\n```\n$ alias gst='git status'\n\n$ git status\n💡  gst\nOn branch master\nYour branch is up to date with 'origin/master'.\n\nnothing to commit, working tree clean\n```\n\n## Install\n\n### Requirements\n\n- Rust (cargo)\n- zsh\n\n### Install with [zinit](https://github.com/zdharma/zinit)\n\n```sh\nzinit ice atclone'cargo build --release' atpull'%atclone'\nzinit light sei40kr/zsh-fast-alias-tips\n```\n\nThe plugin will automatically build the `alias-matcher` binary during installation and updates.\n\n## Customization\n\n| Variable                 | Default value       | Description           |\n| :--                      | :--                 | :--                   |\n| `FAST_ALIAS_TIPS_PREFIX` | `\"💡 $(tput bold)\"` | The prefix of the Tips |\n| `FAST_ALIAS_TIPS_SUFFIX` | `\"$(tput sgr0)\"`    | The suffix of the Tips |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsei40kr%2Fzsh-fast-alias-tips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsei40kr%2Fzsh-fast-alias-tips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsei40kr%2Fzsh-fast-alias-tips/lists"}