Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 675 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 675 Bytes

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's take.

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à! :)