-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add mkcd workflow #150
add mkcd workflow #150
Conversation
`mkdir {dirname} && cd $_`
Generated by Warp AI more info https://www.craft.do/s/1BYQC2mvGK82DC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for contributing! Left a few small comments but otherwise looks great 🚀
cuz `$_` might be not a thing in other shells like fish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this PR. If you're in our discord server I can add the appropriate badges just let me know what your usrname is
@elviskahoro yeah sure, of course I'm in. Since discord launched new usernames I am just |
Discord username (optional) please include so we can attribute you with our Contributor role (like so elvis#4747)
blinpete
Description of changes (updated or new workflows)
adds this
mkdir {dirname} && cd $_
workflowto make a dir and jump into it right away