raisedadead / zsh-touchplus

> A Zsh plugin to create files with touch including the path!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-touchplus

A Zsh plugin to create files with touch including the path!

pika-1683722300925-1x

Installation

zinit

zinit wait lucid for raisedadead/zsh-touchplus
Other Plugin Managers

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/zsh-touchplus
plugins=(
  #...
  zsh-touchplus
  )

Manual

git clone https://github.com/raisedadead/zsh-touchplus.git
source zsh-touchplus/touchplus.plugin.zsh

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.

About

> A Zsh plugin to create files with touch including the path!

License:ISC License


Languages

Language:Shell 100.0%