{"id":21140269,"url":"https://github.com/jkcdarunday/zplug-blame","last_synced_at":"2026-04-28T19:05:06.907Z","repository":{"id":186347748,"uuid":"675037859","full_name":"jkcdarunday/zplug-blame","owner":"jkcdarunday","description":"A zsh plugin for zplug that lets you see how long it took to load each plugin","archived":false,"fork":false,"pushed_at":"2023-08-06T03:06:53.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T06:45:00.091Z","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/jkcdarunday.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}},"created_at":"2023-08-05T15:12:55.000Z","updated_at":"2024-12-04T05:23:59.000Z","dependencies_parsed_at":"2024-01-03T04:29:57.575Z","dependency_job_id":null,"html_url":"https://github.com/jkcdarunday/zplug-blame","commit_stats":null,"previous_names":["jkcdarunday/zplug-blame"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkcdarunday%2Fzplug-blame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkcdarunday%2Fzplug-blame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkcdarunday%2Fzplug-blame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkcdarunday%2Fzplug-blame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkcdarunday","download_url":"https://codeload.github.com/jkcdarunday/zplug-blame/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243581092,"owners_count":20314167,"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-11-20T07:13:42.370Z","updated_at":"2025-12-28T19:24:17.619Z","avatar_url":"https://github.com/jkcdarunday.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"# zplug-blame\nA zsh plugin for zplug that lets you see how long it took for each zplug plugin to load\n\u003cimg src=\"https://github.com/jkcdarunday/zplug-blame/assets/4564810/e562774a-24b5-4ba3-8cb9-58584e53bceb\" width=\"800\" /\u003e\n\n## Usage\nMake sure that this plugin is loaded before any other plugins.\n\n### Print plugin load times with zplug's total load time\nIf you want to print the total time since zplug has loaded, you can follow the ff. example in your .zshrc:\n```zsh\nexport ZPLUG_BLAME_START_TIME=$(date +%s%N)\n. /usr/share/zsh/scripts/zplug/init.zsh\n\nzplug 'jkcdarunday/zplug-blame'\n# Your other zplug plugins go here\n\nzplug check || zplug install\nzplug load\nzplug_blame::print_load_time\n```\n\n### Print plugin load times only\nIf you don't want to print the zplug load time, you can omit the `export` and `print_load_time` lines like in the ff. example:\n```zsh\n. /usr/share/zsh/scripts/zplug/init.zsh\n\nzplug 'jkcdarunday/zplug-blame'\n# Your other zplug plugins go here\n\nzplug check || zplug install\nzplug load\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkcdarunday%2Fzplug-blame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkcdarunday%2Fzplug-blame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkcdarunday%2Fzplug-blame/lists"}