top | item 46622647

(no title)

antomal | 1 month ago

It’s a shortcut

Its purpose is to combine mkdir -p and cd into a single atomic-like action. Instead of typing: mkdir -p my_project && cd my_project

You simply run: mkcd my_project

It's designed to reduce friction during development, especially when you're frequently creating new nested directory structures.

discuss

order

No comments yet.