Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 305c3d3

Browse files
teddy-codesNathan Potter
authored and
Nathan Potter
committed
Update workflow docs
1 parent eb6cb4f commit 305c3d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

site/content/docs/workflow/fuzzy-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ aliases to save you some keystrokes.
1414
This commands plops you into fzf to quickly open project.
1515

1616
```
17-
sail open $(sail ls | cut -f1 -d" " | tail -n +2 | fzf --height 5)
17+
sail run $(sail ls | cut -f1 -d" " | tail -n +2 | fzf --height 5)
1818
```

workflow/sail_open.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

workflow/sail_run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
set -e
3+
4+
sail run $(sail ls | cut -f1 -d" " | tail -n +2 | fzf --height 5)

0 commit comments

Comments
 (0)