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