{"id":20162588,"url":"https://github.com/zdharma-continuum/zbrowse","last_synced_at":"2025-04-10T00:36:10.808Z","repository":{"id":46119569,"uuid":"424509800","full_name":"zdharma-continuum/zbrowse","owner":"zdharma-continuum","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-14T05:17:33.000Z","size":197,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T02:21:59.444Z","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}},"created_at":"2021-11-04T07:39:19.000Z","updated_at":"2024-12-28T08:29:23.000Z","dependencies_parsed_at":"2024-01-03T04:29:57.436Z","dependency_job_id":null,"html_url":"https://github.com/zdharma-continuum/zbrowse","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%2Fzbrowse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzbrowse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzbrowse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdharma-continuum%2Fzbrowse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdharma-continuum","download_url":"https://codeload.github.com/zdharma-continuum/zbrowse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749960,"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:50.678Z","updated_at":"2025-04-10T00:36:10.792Z","avatar_url":"https://github.com/zdharma-continuum.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":["ZSH on Windows"],"readme":"# ZBrowse\n\n[![Gitter][gitter-image]][gitter-link]\n\nWhen doing shell work, `echo $variable` is often invoked multiple times to check the result of a loop.\nWith Zbrowse, you need to press `Ctrl-B`, which invokes the `ZBrowse` – `Zshell` variable browser:\n\n![ZBrowse](https://github.com/zdharma-continuum/zbrowse/blob/master/images/zbrowse.png)\n\n[![asciicast](https://asciinema.org/a/122018.png)](https://asciinema.org/a/122018)\n\n## Install\n\nFirst, install [ZUI](https://github.com/zdharma-continuum/zui) plugin (it's a UI library).\n\n**The plugin is \"standalone\"**, meaning only sourcing it is needed. So to install, unpack `zbrowse` somewhere\nand add the following snippet to your `zshrc`.\n\n```zsh\nsource \u003cPATH TO ZBROWSE DIRECTORY\u003e/zbrowse.plugin.zsh\n```\n\nIf using a plugin manager, then `zinit` is recommended, but you can use any other too, and also install with `Oh My Zsh`\n(by copying directory to `~/.oh-my-zsh/custom/plugins`).\n\n### [zinit](https://github.com/zdharma-continuum/zinit)\n\nAdd `zinit load zdharma-continuum/zbrowse` to your `.zshrc` file. Zinit will automatically handle cloning the plugin for you\nthe next time you start zsh. To update, run `zinit update zdharma-continuum/zbrowse`.\n\nTo remap the default key binding `Ctrl+B`, which conflicts with GNU readline, use the following snippet:\n\n```zsh\nzinit ice \\\n  bindmap\"^B -\u003e ^H\" \\\n  lucid \\\n  trackbinds \\\n  wait\"3\"\nzinit light @zdharma-continuum/zbrowse\n```\n\nThis will make `Ctrl`+`H` the default keybinding to invoke Zbrowse.\n\n### Antigen\n\nAdd `antigen bundle zdharma-continuum/zbrowse` to your `.zshrc` file. Antigen will handle cloning the plugin for you\nautomatically the next time you start zsh.\n\n### Oh-My-Zsh\n\n1. `cd ~/.oh-my-zsh/custom/plugins`\n1. `git clone https://github.com/zdharma-continuum/zbrowse`\n1. Add `zbrowse` to your plugin list\n\n### Zgen\n\nAdd `zgen load zdharma-continuum/zbrowse` to your .zshrc file in the same place you're doing your other `zgen load`\ncalls.\n\n[gitter-image]: https://badges.gitter.im/zdharma-continuum/community.svg\n[gitter-link]: https://gitter.im/zdharma-continuum/community","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzbrowse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdharma-continuum%2Fzbrowse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdharma-continuum%2Fzbrowse/lists"}