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.
- Host: GitHub
- URL: https://github.com/hotaydev/mk
- Owner: hotaydev
- License: mit
- Created: 2024-08-18T23:52:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T00:36:11.000Z (almost 2 years ago)
- Last Synced: 2024-08-20T00:54:31.991Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.