{"id":2786220,"url":"https://github.com/decayofmind/zsh-iterm2-utilities","last_synced_at":"2025-08-06T04:32:23.954Z","repository":{"id":48339818,"uuid":"208767927","full_name":"decayofmind/zsh-iterm2-utilities","owner":"decayofmind","description":"Lightweight ZSH plugin (Zinit) to sync iTerm2 utilities","archived":true,"fork":false,"pushed_at":"2022-01-02T21:14:33.000Z","size":15,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-08T03:27:53.780Z","etag":null,"topics":["iterm2","iterm2-utilities","proxy","sync","zinit","zplugin","zsh"],"latest_commit_sha":null,"homepage":"","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/decayofmind.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-09-16T10:02:26.000Z","updated_at":"2023-09-15T07:21:43.000Z","dependencies_parsed_at":"2022-09-18T10:52:00.853Z","dependency_job_id":null,"html_url":"https://github.com/decayofmind/zsh-iterm2-utilities","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/decayofmind%2Fzsh-iterm2-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decayofmind%2Fzsh-iterm2-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decayofmind%2Fzsh-iterm2-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decayofmind%2Fzsh-iterm2-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decayofmind","download_url":"https://codeload.github.com/decayofmind/zsh-iterm2-utilities/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228840624,"owners_count":17980041,"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":["iterm2","iterm2-utilities","proxy","sync","zinit","zplugin","zsh"],"created_at":"2024-01-29T12:52:28.697Z","updated_at":"2024-12-09T05:30:58.068Z","avatar_url":"https://github.com/decayofmind.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["Zinit (née zplugin)","ZSH on Windows"],"readme":"# zsh-iterm2-utilities\n\n---\n\n**OBSOLETE AND ARCHIVED!**\n\nThe author of iTerm2 has moved shell integration to it's own [smaller repo](https://github.com/gnachman/iTerm2-shell-integration),\nso this plugin is not needed anymore.\n\nIf you're using [Zinit](https://github.com/zdharma-continuum/zinit) you can achieve same results with the following snippet\n\n```bash\nzinit ice depth\"1\" \\\n  atload'!PATH+=:$(pwd)/utilities'\\\n  pick\"shell_integration/zsh\" if\"[[ $+ITERM_PROFILE ]]\"\nzinit load gnachman/iTerm2-shell-integration\n```\n\nor better with [zinit-annex-bin-gem-node](https://github.com/zdharma-continuum/zinit-annex-bin-gem-node)\n\n```bash\nzinit ice depth\"1\" \\\n  pick\"shell_integration/zsh\" \\\n  sbin\"utilities/*\" if\"[[ $+ITERM_PROFILE ]]\"\nzinit load gnachman/iTerm2-shell-integration\n```\n\n---\n\nSimple, but smart ZSH plugin, helping to download various iTerm2 utilities.\nThe plugin allows to omit clonning of the whole iterm2-website repository or\nrelying to other repos, where those utilities may be out of sync.\n\nThis project utilizes GitHub actions to poll the original iterm2-website repo daily,\nthen it takes sha256 checksum of all scripts in utilities directory and commits\nto this repository.\n\nSo, if utilities in iterm2-website master are updated, this repo gets updated to.\n\nZplugin allows to execute a special command at pull and clone (see snippet below),\nthe plugin is using that opportunity to download all the utilities.\n\nAt ZSH init, only `path` will be extended.\n\n## Zinit (former Zplugin)\n\n```\nzinit ice as\"command\" pick\"bin/*\" atclone'./_utils/download_files.sh' \\\n  atpull'%atclone' if\"[[ $+ITERM_PROFILE ]]\"\nzinit light decayofmind/zsh-iterm2-utilities\n\n# functions\nzinit snippet 'https://raw.githubusercontent.com/gnachman/iTerm2-shell-integration/main/shell_integration/zsh'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecayofmind%2Fzsh-iterm2-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecayofmind%2Fzsh-iterm2-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecayofmind%2Fzsh-iterm2-utilities/lists"}