{"id":33014481,"url":"https://github.com/brymck/print-alias","last_synced_at":"2026-02-07T23:14:10.372Z","repository":{"id":56675159,"uuid":"221172452","full_name":"brymck/print-alias","owner":"brymck","description":"A Zsh plugin for printing expanded aliases","archived":false,"fork":false,"pushed_at":"2020-11-05T14:21:05.000Z","size":16,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-17T00:18:48.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/brymck.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":"2019-11-12T08:53:48.000Z","updated_at":"2023-02-20T15:51:49.000Z","dependencies_parsed_at":"2022-08-15T23:01:07.340Z","dependency_job_id":null,"html_url":"https://github.com/brymck/print-alias","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brymck/print-alias","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brymck%2Fprint-alias","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brymck%2Fprint-alias/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brymck%2Fprint-alias/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brymck%2Fprint-alias/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brymck","download_url":"https://codeload.github.com/brymck/print-alias/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brymck%2Fprint-alias/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285215532,"owners_count":27133906,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-11-13T18:00:20.529Z","updated_at":"2025-11-19T09:01:25.130Z","avatar_url":"https://github.com/brymck.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"print-alias\n===========\n\n![Test](https://github.com/brymck/print-alias/workflows/Test/badge.svg)\n[![codecov](https://codecov.io/gh/brymck/print-alias/branch/master/graph/badge.svg)](https://codecov.io/gh/brymck/print-alias)\n\nThis prints commands with aliases expanded whenever you use an alias at the command line.\n\n\u003cimg height=\"76\" width=\"385\" alt=\"demo\" src=\"images/demo.png\"\u003e\n\nUsage\n-----\n\nWith [zplug](https://github.com/zplug/zplug), add the following to your `~/.zshrc`:\n\n```zsh\nzplug \"brymck/print-alias\"\n```\n\nYou can also use [Antigen](https://github.com/zsh-users/antigen):\n\n```zsh\nantigen bundle brymck/print-alias\n```\n\nAnd lastly, if you want to `source` it manually, you can also clone this repo and use:\n\n```zsh\nsource path/to/print-alias.plugin.zsh\n```\n\nConfiguration\n-------------\n\nYou can change the line prefix as well as the format of expanded aliases and non-aliases.\nYou can exclude some specific aliases to be displayed.\nYou may as well prevent any command which has been redefined by an alias to be displayed (aliases such as `alias grep='grep --colour'` or `alias ls='ls -aF'`)\n\n```zsh\nexport PRINT_ALIAS_PREFIX='  ╰─\u003e '\nexport PRINT_ALIAS_FORMAT=$'\\e[1m'\nexport PRINT_NON_ALIAS_FORMAT=$'\\e[0m'\n\nexport PRINT_ALIAS_IGNORE_REDEFINED_COMMANDS=true\nexport PRINT_ALIAS_IGNORE_ALIASES=(my_alias my_other_alias)\n\nzplug \"brymck/print-alias\"\n```\n\nThe above will result in output such as the second line here:\n\n\u003cimg height=\"41\" width=\"259\" alt=\"configuration\" src=\"images/configuration.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrymck%2Fprint-alias","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrymck%2Fprint-alias","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrymck%2Fprint-alias/lists"}