{"id":29604590,"url":"https://github.com/bhrutledge/zkeys","last_synced_at":"2025-07-20T15:37:43.005Z","repository":{"id":48419757,"uuid":"382581592","full_name":"bhrutledge/zkeys","owner":"bhrutledge","description":"Display Zsh key bindings in more human-readable formats","archived":false,"fork":false,"pushed_at":"2021-07-27T10:17:56.000Z","size":51,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T04:05:29.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/zkeys/","language":"Python","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/bhrutledge.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-03T09:58:06.000Z","updated_at":"2021-07-27T10:17:56.000Z","dependencies_parsed_at":"2022-09-26T17:41:12.934Z","dependency_job_id":null,"html_url":"https://github.com/bhrutledge/zkeys","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bhrutledge/zkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrutledge%2Fzkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrutledge%2Fzkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrutledge%2Fzkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrutledge%2Fzkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhrutledge","download_url":"https://codeload.github.com/bhrutledge/zkeys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhrutledge%2Fzkeys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266151573,"owners_count":23884443,"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":"2025-07-20T15:37:42.381Z","updated_at":"2025-07-20T15:37:42.997Z","avatar_url":"https://github.com/bhrutledge.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zkeys\n\nDisplay Zsh key bindings in more human-readable formats.\n\nFor example, print a table of key bindings, sorted by widget (i.e. function):\n\n```text\n% zkeys\n...\n^B        backward-char\n^[[D      backward-char\n^[OD      backward-char\n^?        backward-delete-char\n^H        backward-delete-char\n^[^?      backward-kill-word\n^[^H      backward-kill-word\n^[B       backward-word\n^[b       backward-word\n^A        beginning-of-line\n^[OH      beginning-of-line\n^[C       capitalize-word\n^[c       capitalize-word\n^L        clear-screen\n^[^L      clear-screen\n...\n```\n\nInstead of:\n\n```text\n% bindkey\n\"^@\" set-mark-command\n\"^A\" beginning-of-line\n\"^B\" backward-char\n\"^D\" delete-char-or-list\n\"^E\" end-of-line\n\"^F\" forward-char\n\"^G\" send-break\n\"^H\" backward-delete-char\n...\n\"^[B\" backward-word\n\"^[C\" capitalize-word\n\"^[D\" kill-word\n\"^[F\" forward-word\n...\n```\n\nRun `zkeys -h` to see more sorting and grouping options.\n\nBy default, `zkeys` runs `bindkey -L` in a Zsh subprocess. It can also read from standard input, which is faster, and enables displaying the current shell configuration:\n\n```sh\nbindkey -L | zkeys\n```\n\nTo learn about Zsh key bindings, see:\n\n- \u003chttps://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html\u003e\n- \u003chttps://zsh.sourceforge.io/Doc/Release/User-Contributions.html#Widgets\u003e\n\n## Installing\n\nRequires Python 3.8 or newer.\n\nInstall the latest release from [PyPI](https://pypi.org/project/zkeys/) using [pipx](https://pypa.github.io/pipx/) (recommended) or [pip](https://pip.pypa.io/en/stable/):\n\n```sh\npipx install zkeys\n\npython3 -m pip install -U zkeys\n```\n\nTo install the latest version from GitHub, replace `zkeys` with `git+https://github.com/bhrutledge/zkeys.git`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhrutledge%2Fzkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhrutledge%2Fzkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhrutledge%2Fzkeys/lists"}