|
bash-preexec
☆
« Back to VersTracker
|
|||||
|
Description: Preexec and precmd functions for Bash (like Zsh) |
|||||
| Type: Formula | Latest Version: 0.6.0@0 | Tracked Since: Dec 17, 2025 | |||||
| Links: Homepage | formulae.brew.sh | |||||
| Category: Developer tools | |||||
| Tags: bash shell hooks zsh developer-tools | |||||
| Install: brew install bash-preexec | |||||
|
About: bash-preexec is a library that provides preexec and precmd hook functions for Bash, mimicking the functionality found in Zsh. It allows users to execute code before and after every command, enabling advanced shell customization. This tool is essential for developers looking to implement features like command history search, dynamic prompts, or session logging. |
|||||
Key Features:
|
|||||
Use Cases:
|
|||||
Alternatives:
|
|||||
| License: MIT | |||||
| Bottles available for: all | |||||
Important Notes:Add the following line to your bash profile (e.g. ~/.bashrc, ~/.profile, or ~/.bash_profile) [ -f $HOMEBREW_PREFIX/etc/profile.d/bash-preexec.sh ] && . $HOMEBREW_PREFIX/etc/profile.d/bash-preexec.sh |
|||||
| Version History | |||||
|