⚙️ ZBrowse
z-shell/zbrowse
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 theZBrowse
variable browser for the Z shell.
Install Zbrowse
First, install the z-shell/zui plugin - a UI library for Z shell.
- Zi
- Zgen
- Oh-My-Zsh
- Standalone
Add the following to your .zshrc
. Zi will handle cloning the plugin for you automatically the next time you start Zsh. To update run zi update z-shell/zbrowse
.
~/.zshrc
zi load z-shell/zbrowse
Add the following to your .zshrc
file in the same place you're doing your other zgen load
calls.
~/.zshrc
zgen load z-shell/zbrowse.git
Clone the Repository:
~/.zshrc
git clone https://github.com/z-shell/zbrowse.git \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zbrowse
And add Zbrowse
to your plugin list.
The plugin is "standalone", which means that only sourcing it is needed. So to install, unpack ZBrowse somewhere and add to .zshrc
:
~/.zshrc
source {where-zbrowse-is}/zbrowse.plugin.zsh