https://github.com/z-shell/zbrowse
⚙️ Zbrowse - Ctrl-B to check if "$variable" is invoked multiple times.
https://github.com/z-shell/zbrowse
variables-and-their-usages zbrowse zplugin zsh-plugin
Last synced: 8 months ago
JSON representation
⚙️ Zbrowse - Ctrl-B to check if "$variable" is invoked multiple times.
- Host: GitHub
- URL: https://github.com/z-shell/zbrowse
- Owner: z-shell
- License: gpl-3.0
- Created: 2021-11-05T16:16:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T04:28:44.000Z (11 months ago)
- Last Synced: 2025-05-05T17:23:35.321Z (10 months ago)
- Topics: variables-and-their-usages, zbrowse, zplugin, zsh-plugin
- Language: Shell
- Homepage: https://wiki.zshell.dev/ecosystem/plugins/zbrowse
- Size: 280 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
❮ Z-Shell Plugin - Zbrowse ❯
《 ❔ 》Ask a Question
《 💡 》Search Wiki
《 🌐 》Localize
When doing shell work, it is often the case that echo $variable is invoked multiple times, to check the result of a loop, etc.
With ZBrowse, you just need to press Ctrl-B, which invokes the ZBrowse – Zshell variable browser.
Installation
First, install the ZUI plugin (it's a UI library).
The plugin is "standalone", which means that only sourcing it is needed. So to
install, unpack zbrowse somewhere and add
source {where-zbrowse-is}/zbrowse.plugin.zsh
to zshrc.
If using a plugin manager, then ZI is recommended, but you can use any
other too, and also install with Oh My Zsh (by copying a directory to
~/.oh-my-zsh/custom/plugins).
ZI
Add zi load z-shell/zbrowse to your .zshrc file. ZI will handle
cloning the plugin for you automatically the next time you start zsh. To update
run zi update z-shell/zbrowse (update-all can also be used).
Antigen
Add antigen bundle z-shell/zbrowse to your .zshrc file. Antigen will handle
cloning the plugin for you automatically the next time you start zsh.
Oh-My-Zsh
cd ~/.oh-my-zsh/custom/plugins
git clone git@github.com:z-shell/zbrowse.git
- Add
zbrowse to your plugin list
Zgen
Add zgen load z-shell/zbrowse to your .zshrc file in the same place you're doing
your other zgen load calls.
## Credits