Releases: rcaloras/bash-preexec
Releases · rcaloras/bash-preexec
Lime Whale
- Supports commands executed in subshells
- Apply and override PROMPT_COMMAND and DEBUG trap late as part of our PROMPT_COMMAND. This should allow for more flexible inclusion and cause bash-preexec to take priority over anything else that might be using the DEBUG trap.
Yellow Turtle
- Bugfix of PROMPT_COMMAND parsing maintaining prior PROMPT_COMMAND
- Optimizations to remove subshells and usage of sed
- Props to @d630 👍 for the PRs. Thanks!
Gold Cat
Bugfix Release
Fixed a bug where prior defined PROMPT_COMMAND would cause it to break.
Zincy Zebra
Made return status be set properly for every invoked precmd function.
Abject Ape
Full support for precmd and preexec functionality for bash based on the zsh specification. Currently being used by bashhub.com :) More info on the client page https://github.com/rcaloras/bashhub-client
Only known limitation at this time is support for subshells. I omitted their support for now out of sluggishness and some difficulties being able to differentiate subshell commands from commands being exectued by something else in PROMPT_COMMAND or PS1