{"id":20162567,"url":"https://github.com/zdharma-continuum/zsh-editing-workbench","last_synced_at":"2025-04-10T00:35:56.334Z","repository":{"id":46120392,"uuid":"425330906","full_name":"zdharma-continuum/zsh-editing-workbench","owner":"zdharma-continuum","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-16T03:00:50.000Z","size":51,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T02:21:52.660Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zdharma-continuum.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":"2021-11-06T19:29:56.000Z","updated_at":"2022-10-13T16:40:51.000Z","dependencies_parsed_at":"2024-11-14T00:37:12.403Z","dependency_job_id":null,"html_url":"https://github.com/zdharma-continuum/zsh-editing-workbench","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/zdharma-continuum%2Fzsh-editing-workbench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-editing-workbench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-editing-workbench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzsh-editing-workbench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdharma-continuum","download_url":"https://codeload.github.com/zdharma-continuum/zsh-editing-workbench/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749956,"owners_count":20989714,"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-14T00:25:47.455Z","updated_at":"2025-04-10T00:35:56.317Z","avatar_url":"https://github.com/zdharma-continuum.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![zew logo](http://imageshack.com/a/img924/5479/AiIW6X.gif)\n\n# Zsh Editing Workbench [![Gitter][gitter-image]][gitter-link]\n\nAlso check out\n[![ZNT](http://imageshack.com/a/img910/3618/oDHnuR.png) Zsh Navigation Tools](https://github.com/zdharma-continuum/zsh-navigation-tools)\nand\n[![ZCA](http://imageshack.com/a/img911/8084/qSpO8a.png) Zsh Command Architect](https://github.com/zdharma-continuum/zsh-cmd-architect)\n\nIncremental history _word_ completing (started with `Alt-h/H` or `Option-h/H` on Mac):\n\n![zew](http://imageshack.com/a/img907/1065/lJmzII.gif)\n\nSwapping, copying, deleting shell words, also undo:\n\n![zew](http://imageshack.com/a/img908/7765/zpdjOK.gif)\n\n## Installation With [Zinit](https://github.com/zdharma-continuum/zinit)\n\nAdd `zinit load zdharma-continuum/zsh-editing-workbench` to `.zshrc`. The config files will be available in\n`~/.config/zew`.\n\n## Installation With Zgen\n\nAdd `zgen load zdharma-continuum/zsh-editing-workbench` to `.zshrc` and issue a `zgen reset` (this assumes that there is\na proper `zgen save` construct in `.zshrc`). The config files will be available in `~/.config/zew`.\n\n## Installation With Antigen\n\nAdd `antigen bundle zdharma-continuum/zsh-editing-workbench` to `.zshrc`. There also should be `antigen apply`. The\nconfig files will be in `~/.config/znt`.\n\n## Manual Installation\n\nAfter extracting `ZEW` to `{some-directory}` add following two lines to `~/.zshrc`:\n\n```zsh\nfpath+=( {some-directory} )\nsource \"{some-directory}/zsh-editing-workbench.plugin.zsh\"\n```\n\nAs you can see, no plugin manager is needed to use the `*.plugin.zsh` file. The above two lines of code are all that\nalmost **all** plugin managers do. In fact, what's actually needed is only:\n\n```zsh\nsource \"{some-directory}/zsh-editing-workbench.plugin.zsh\"\n```\n\nbecause `ZEW` detects if it is used by **any** plugin manager and can handle `$fpath` update by itself.\n\n## Introduction\n\nOrganized shortcuts for various command line editing operations, plus new operations (e.g. incremental history word\ncompletion).\n\n![zew refcard](http://imageshack.com/a/img922/1959/4gXU1R.png)\n\n# Configuring terminals\n\n**XTerm**\n\nTo make `Alt` key work like expected under `XTerm` add `XTerm*metaSendsEscape: true` to your resource file, e.g.:\n\n```\necho 'XTerm*metaSendsEscape: true' \u003e\u003e ~/.Xresources\n```\n\n[gitter-image]: https://badges.gitter.im/zdharma-continuum/community.svg\n[gitter-link]: https://gitter.im/zdharma-continuum/community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzsh-editing-workbench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdharma-continuum%2Fzsh-editing-workbench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzsh-editing-workbench/lists"}