Skip to content

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

License

Notifications You must be signed in to change notification settings

vrcca/take-fish

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages