Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

take-fish

TL;DR: take dir/subdir == mkdir -vp dir/subdir; cd dir/subdir

An alias that creates directories then enters into it.

This alias is the inspired by Oh My Zsh'stake.

Installation

The easiest way is by using fisher:

fisher add vrcca/take-fish

Usage

Let's say you are about to create a project and want to automatically create the directory structure and enter the last created directory.

You can simply do this:

$ take Developer/Elixir/parear
$ pwd
/Users/vrcca/Developer/Elixir/parear

Voilà! :)

About

An alias to create directories then enter into it. (mkdir -pv $1; cd $1)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages