GitXplorerGitXplorer
r

zsh-touchplus

public
3 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
53b2bf6ad9a5e14fdce84520b48283ae84acb799

docs: update omz instructions (#3)

rraisedadead committed 8 months ago
Verified
2c028f92ba20db1f9519acf3483b4e4ed7140e46

fix: supports args

rraisedadead committed 10 months ago
Verified
8b0c6a94dc78d406ae418f4badd02ef53b261c4b

docs: update readme, use zinit

rraisedadead committed 10 months ago
Verified
a430b0537d02086a6fdcc002398eb3cdf0638171

fix: add a header

rraisedadead committed a year ago
Verified
40ff0fc0940a269fef8f622e73245160bd8c21f5

docs: update readme

rraisedadead committed a year ago
Verified
76ac64d48d71122586b69d0cdb47abfc25ff8b24

docs: add screenshot

rraisedadead committed 2 years ago

README

The README file for this repository.

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