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

https://github.com/hotaydev/mk

It creates a directory and enter it. Two commands in one.
https://github.com/hotaydev/mk

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hotaydev/mk/main/install.sh)"
```

## Usage

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