Skip to content

⚙️ Zbrowse - Ctrl-B to check if "$variable" is invoked multiple times.

License

Notifications You must be signed in to change notification settings

renovate-bot/z-shell-_-zbrowse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo ❮ Z-Shell Plugin - 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 the ZBrowseZshell 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).

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

  1. cd ~/.oh-my-zsh/custom/plugins
  2. git clone git@github.com:z-shell/zbrowse.git
  3. 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

Trunk Crowdin | Agile localization for tech companies DigitalOcean Referral Badge Cloudflare

About

⚙️ Zbrowse - Ctrl-B to check if "$variable" is invoked multiple times.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%