Skip to content

Commit 4274456

Browse files
blinpeteelvis kahoro
andauthored
add mkcd workflow (#150)
* add mkcd workflow `mkdir {dirname} && cd $_` * chore: add `shell` tag, set shells to bash/zsh cuz `$_` might be not a thing in other shells like fish --------- Co-authored-by: elvis kahoro <elvis@warp.dev>
1 parent c7aaf2f commit 4274456

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Make a directory and change into it
3+
command: mkdir {{dirname}} && cd $_
4+
tags:
5+
- shell
6+
description: Runs `mkdir` followed by `cd`. Generated by Warp AI.
7+
arguments:
8+
- name: dirname
9+
description: The directory name to make and get into
10+
source_url: "https://www.craft.do/s/1BYQC2mvGK82DC"
11+
author: blinpete
12+
author_url: "https://github.com/blinpete"
13+
shells:
14+
- Zsh
15+
- Bash

0 commit comments

Comments
 (0)