Replaces the cryptic "permission denied" error when running a non-executable file with a prompt asking if you want to make it executable and run it.
cargo build --releaseAdd to your ~/.zshrc:
function auto_chmod() { /usr/lib/auto-chmod "$1" }
autoload -Uz add-zsh-hook
add-zsh-hook preexec auto_chmodRun Messages.sh to generate the translation template.