An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# zsh-take
zsh plugin replicating `take` from ohmyzsh

```console
$ which take
take () {
mkdir -p $@ && cd ${@:$#}
}
```