https://github.com/raisedadead/zsh-touchplus
> A Zsh plugin to create files with touch including the path!
https://github.com/raisedadead/zsh-touchplus
Last synced: 3 months ago
JSON representation
> A Zsh plugin to create files with touch including the path!
- Host: GitHub
- URL: https://github.com/raisedadead/zsh-touchplus
- Owner: raisedadead
- License: isc
- Created: 2023-05-10T12:21:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T21:18:36.000Z (over 1 year ago)
- Last Synced: 2025-04-03T08:12:41.233Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-zsh-plugins - touchplus - Create files with `touch` including the path. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - touchplus - Create files with `touch` including the path. (Plugins / ZSH on Windows)
README
# zsh-touchplus
> A Zsh plugin to create files with touch including the path!

## Installation
### zinit
```zsh
zinit wait lucid for raisedadead/zsh-touchplus
```
Other Plugin Managers
### Zplug
```zsh
zplug "raisedadead/zsh-touchplus"
```
### Antigen
```zsh
antigen bundle raisedadead/zsh-touchplus
```
### Oh-My-Zsh
```zsh
git clone https://github.com/raisedadead/zsh-touchplus.git $ZSH_CUSTOM/plugins/touchplus
```
```zsh
plugins=(
#...
touchplus
)
```
### Manual
```zsh
git clone https://github.com/raisedadead/zsh-touchplus.git
source zsh-touchplus/touchplus.plugin.zsh
```
## Usage
```zsh
touch
```
## License
Software: The software as it is licensed under the [ISC](LICENSE) License,
please feel free to extend, re-use, share the code.