A Zsh plugin to create files with touch including the path!
zinit wait lucid for raisedadead/zsh-touchplus
Other Plugin Managers
zplug "raisedadead/zsh-touchplus"
antigen bundle raisedadead/zsh-touchplus
git clone https://github.com/raisedadead/zsh-touchplus.git $ZSH_CUSTOM/plugins/touchplus
plugins=(
#...
touchplus
)
git clone https://github.com/raisedadead/zsh-touchplus.git
source zsh-touchplus/touchplus.plugin.zsh
touch <path/to/file>
Software: The software as it is licensed under the ISC License, please feel free to extend, re-use, share the code.