All Projects → agkozak → zhooks

agkozak / zhooks

Licence: MIT License
Display Zsh hook functions and arrays

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to zhooks

History Sync
An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.
Stars: ✭ 135 (+275%)
Mutual labels:  zsh, zsh-plugin
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+402.78%)
Mutual labels:  zsh, zsh-plugin
Quiver
Quiver is the tool to manage all of your tools for bug bounty hunting and penetration testing.
Stars: ✭ 140 (+288.89%)
Mutual labels:  zsh, zsh-plugin
Zsh Abbr
The zsh manager for auto-expanding abbreviations, inspired by fish shell.
Stars: ✭ 109 (+202.78%)
Mutual labels:  zsh, zsh-plugin
gitignore.plugin.zsh
ZSH plugin for creating .gitignore files.
Stars: ✭ 44 (+22.22%)
Mutual labels:  zsh, zsh-plugin
Zpm
ZPM — Zsh Plugin Manager
Stars: ✭ 112 (+211.11%)
Mutual labels:  zsh, zsh-plugin
Z.lua
⚡ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+5911.11%)
Mutual labels:  zsh, zsh-plugin
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (+163.89%)
Mutual labels:  zsh, zsh-plugin
git-templates
Templates / Hooks for Your Git Repositories
Stars: ✭ 30 (-16.67%)
Mutual labels:  zsh, hooks
zsh-config
My ZSH config
Stars: ✭ 23 (-36.11%)
Mutual labels:  zsh, zsh-configuration
Forgit
💤 A utility tool powered by fzf for using git interactively.
Stars: ✭ 1,823 (+4963.89%)
Mutual labels:  zsh, zsh-plugin
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (-47.22%)
Mutual labels:  zsh, zsh-plugin
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+4538.89%)
Mutual labels:  zsh, zsh-plugin
Autoenv
Autoenv for zsh
Stars: ✭ 131 (+263.89%)
Mutual labels:  zsh, zsh-plugin
Zsh Snap
⚡️ Znap! A fast & light-weight plugin manager & Git repo manager for Zsh.
Stars: ✭ 98 (+172.22%)
Mutual labels:  zsh, zsh-plugin
Zimfw
Zim: Modular, customizable, and blazing fast Zsh framework
Stars: ✭ 2,219 (+6063.89%)
Mutual labels:  zsh, zsh-configuration
Fzf Widgets
ZLE widgets of fzf
Stars: ✭ 72 (+100%)
Mutual labels:  zsh, zsh-plugin
Zsh Abbrev Alias
This zsh plugin provides functionality similar to Vim's abbreviation expansion.
Stars: ✭ 84 (+133.33%)
Mutual labels:  zsh, zsh-plugin
zsh-config
Faster and enjoyable ZSH (maybe) !!!
Stars: ✭ 64 (+77.78%)
Mutual labels:  zsh, zsh-configuration
zsh-titles
Terminal/tmux titles based on current location and task
Stars: ✭ 46 (+27.78%)
Mutual labels:  zsh, zsh-plugin

zhooks

MIT License GitHub Stars

zhooks is a tool for displaying the code for all Zsh hook functions (such as precmd), as well as the contents of hook arrays (such as precmd_functions). It is useful in debugging conflicts between interactive scripts.

zhooks

Installation:

Simply source zhooks from your .zshrc:

source /path/to/zhooks.plugin.zsh

or load it using your favorite Zsh plugin manager or framework. Then run the command zhooks from the command line to see a thorough report.

zhooks returns true when hooks are being used and false when they are not.

Zsh Hooks Functions and Hook Arrays

Zsh has the hook functions:

  • chpwd
  • periodic
  • precmd
  • preexec
  • zshaddhistory
  • zsh_directory_name
  • zshexit

The corresponding arrays have _functions appended to their names:

  • chpwd_functions
  • periodic_functions
  • precmd_functions
  • preexec_functions
  • zshaddhistory_functions
  • zsh_directory_name_functions
  • zshexit_functions

zhooks Mascot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].