https://github.com/amyreese/zsh-take
zsh plugin replicating `take` from ohmyzsh
https://github.com/amyreese/zsh-take
Last synced: 2 months ago
JSON representation
zsh plugin replicating `take` from ohmyzsh
- Host: GitHub
- URL: https://github.com/amyreese/zsh-take
- Owner: amyreese
- License: mit
- Created: 2023-11-21T08:43:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T22:57:04.000Z (over 1 year ago)
- Last Synced: 2025-04-15T23:02:00.865Z (7 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - take - Replicates `take` from [oh-my-zsh](https://ohmyz.sh/). (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - take - Replicates `take` from 🌎 [oh-my-zsh](ohmyz.sh/). (Plugins / ZSH on Windows)
README
# zsh-take
zsh plugin replicating `take` from ohmyzsh
```console
$ which take
take () {
mkdir -p $@ && cd ${@:$#}
}
```