Skip to content

Commit

Permalink
vhs: added doubleQuoteOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 18, 2025
1 parent 64f3656 commit 290f27d
Show file tree
Hide file tree
Showing 20 changed files with 411 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
retention-days: 1


word: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: word}}
nospace: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: nospace}}
doubleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuote}}
singleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: singleQuote}}
redirect: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: redirect}}
word: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: word}}
nospace: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: nospace}}
doubleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuote}}
doubleQuoteOpen: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuoteOpen}}
singleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: singleQuote}}
redirect: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: redirect}}

doc:
needs:
Expand Down
1 change: 1 addition & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,6 @@
- [Word](./development/vhs/word.md)
- [Nospace](./development/vhs/nospace.md)
- [Double Quote](./development/vhs/doubleQuote.md)
- [Double Quote Open](./development/vhs/doubleQuoteOpen.md)
- [Single Quote](./development/vhs/singleQuote.md)
- [Redirect](./development/vhs/redirect.md)
18 changes: 18 additions & 0 deletions docs/src/development/vhs/doubleQuoteOpen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Double Quote Open

- bash
![](./doubleQuoteOpen/out/doubleQuoteOpen.bash.gif)
- elvish
![](./doubleQuoteOpen/out/doubleQuoteOpen.elvish.gif)
- fish
![](./doubleQuoteOpen/out/doubleQuoteOpen.fish.gif)
- nushell
![](./doubleQuoteOpen/out/doubleQuoteOpen.nushell.gif)
- oil
![](./doubleQuoteOpen/out/doubleQuoteOpen.oil.gif)
- powershell
![](./doubleQuoteOpen/out/doubleQuoteOpen.powershell.gif)
- xonsh
![](./doubleQuoteOpen/out/doubleQuoteOpen.xonsh.gif)
- zsh
![](./doubleQuoteOpen/out/doubleQuoteOpen.zsh.gif)
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../bash.tape

Output out/doubleQuoteOpen.bash.gif
Output out/doubleQuoteOpen.bash.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../elvish.tape

Output out/doubleQuoteOpen.elvish.gif
Output out/doubleQuoteOpen.elvish.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../fish.tape

Output out/doubleQuoteOpen.fish.gif
Output out/doubleQuoteOpen.fish.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../nushell.tape

Output out/doubleQuoteOpen.nushell.gif
Output out/doubleQuoteOpen.nushell.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../oil.tape

Output out/doubleQuoteOpen.oil.gif
Output out/doubleQuoteOpen.oil.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../powershell.tape

Output out/doubleQuoteOpen.powershell.gif
Output out/doubleQuoteOpen.powershell.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../xonsh.tape

Output out/doubleQuoteOpen.xonsh.gif
Output out/doubleQuoteOpen.xonsh.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../zsh.tape

Output out/doubleQuoteOpen.zsh.gif
Output out/doubleQuoteOpen.zsh.ascii

Type `example action embeddedP1 "embeddedP2 with ` Sleep 1 Tab@1

Sleep 2
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with space"






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with space"






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with space"






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with space"






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with space"






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with space"






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
> >






────────────────────────────────────────────────────────────────────────────────
> > example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> > example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> | example action embeddedP1 "embeddedP2 with
NO RECORDS FOUND





────────────────────────────────────────────────────────────────────────────────
> | example action embeddedP1 "embeddedP2 with
NO RECORDS FOUND





────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
> example action embeddedP1 "embeddedP2 with






────────────────────────────────────────────────────────────────────────────────
Loading

0 comments on commit 290f27d

Please sign in to comment.