Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 5, 2025
1 parent 2d57d1d commit 26ab8c7
Show file tree
Hide file tree
Showing 35 changed files with 806 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@
- [Asciinema](./development/asciinema.md)
- [VHS](./development/vhs.md)
- [Word](./development/vhs/word.md)
- [Nospace](./development/vhs/nospace.md)
- [Double Quote](./development/vhs/doubleQuote.md)
18 changes: 18 additions & 0 deletions docs/src/development/vhs/doubleQuote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Double Quote

- bash
![](./doubleQuote/out/doubleQuote.bash.gif)
- elvish
![](./doubleQuote/out/doubleQuote.elvish.gif)
- fish
![](./doubleQuote/out/doubleQuote.fish.gif)
- nushell
![](./doubleQuote/out/doubleQuote.nushell.gif)
- oil
![](./doubleQuote/out/doubleQuote.oil.gif)
- powershell
![](./doubleQuote/out/doubleQuote.powershell.gif)
- xonsh
![](./doubleQuote/out/doubleQuote.xonsh.gif)
- zsh
![](./doubleQuote/out/doubleQuote.zsh.gif)
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.bash.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../bash.tape

Output out/doubleQuote.bash.gif
Output out/doubleQuote.bash.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.elvish.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../elvish.tape

Output out/doubleQuote.elvish.gif
Output out/doubleQuote.elvish.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.fish.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../fish.tape

Output out/doubleQuote.fish.gif
Output out/doubleQuote.fish.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.nushell.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../nushell.tape

Output out/doubleQuote.nushell.gif
Output out/doubleQuote.nushell.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.oil.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../oil.tape

Output out/doubleQuote.oil.gif
Output out/doubleQuote.oil.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.powershell.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../powershell.tape

Output out/doubleQuote.powershell.gif
Output out/doubleQuote.powershell.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.xonsh.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../xonsh.tape

Output out/doubleQuote.xonsh.gif
Output out/doubleQuote.xonsh.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
8 changes: 8 additions & 0 deletions docs/src/development/vhs/doubleQuote/nospace.zsh.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Source ../zsh.tape

Output out/doubleQuote.zsh.gif
Output out/doubleQuote.zsh.ascii

Type `example "ac"` Sleep 1 Tab@1

Sleep 2
40 changes: 40 additions & 0 deletions docs/src/development/vhs/doubleQuote/out/doubleQuote.bash.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example action






────────────────────────────────────────────────────────────────────────────────
> example action






────────────────────────────────────────────────────────────────────────────────
40 changes: 40 additions & 0 deletions docs/src/development/vhs/doubleQuote/out/doubleQuote.elvish.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "action"
COMPLETING argument
action (action example)




────────────────────────────────────────────────────────────────────────────────
> example "action"
COMPLETING argument
action (action example)




────────────────────────────────────────────────────────────────────────────────
40 changes: 40 additions & 0 deletions docs/src/development/vhs/doubleQuote/out/doubleQuote.fish.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "action"






────────────────────────────────────────────────────────────────────────────────
> example "action"






────────────────────────────────────────────────────────────────────────────────
40 changes: 40 additions & 0 deletions docs/src/development/vhs/doubleQuote/out/doubleQuote.nushell.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> | example "ac"
NO RECORDS FOUND





────────────────────────────────────────────────────────────────────────────────
> | example "ac"
NO RECORDS FOUND





────────────────────────────────────────────────────────────────────────────────
40 changes: 40 additions & 0 deletions docs/src/development/vhs/doubleQuote/out/doubleQuote.oil.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
>






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example action






────────────────────────────────────────────────────────────────────────────────
> example action






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






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
40 changes: 40 additions & 0 deletions docs/src/development/vhs/doubleQuote/out/doubleQuote.xonsh.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
> exec($(example _carapace xonsh))
clear





────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example "ac"






────────────────────────────────────────────────────────────────────────────────
> example action
action
action example




────────────────────────────────────────────────────────────────────────────────
> example action
action
action example




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

0 comments on commit 26ab8c7

Please sign in to comment.