Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 437 Bytes

The mk command

It creates a directory and enter it. Two commands in one.


When we create a folder, we usually want to enter it, needing to use booth, mkdir and cd. With mk, booths are done in one command.

Installation

Install it with:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/hotaydev/mk/main/install.sh)"

Usage

Use it with mk <folder>. It will create and enter the argument folder.