Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 16, 2025
1 parent 00baa1d commit a6ae5b8
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docs/src/development/vhs/bash.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Set Padding 0
Set Shell "bash"

Hide
Type@0.1 "source <(example _carapace bash)" Enter
Type@0.1 "clear" Enter
Type@10ms "source <(example _carapace bash)" Enter
Type@10ms "clear" Enter
Show
4 changes: 2 additions & 2 deletions docs/src/development/vhs/elvish.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Set Padding 0
Set Shell "elvish"

Hide
Type@0.1 "eval (example _carapace elvish|slurp)" Enter
Type@0.1 "clear" Enter
Type@10ms "eval (example _carapace elvish|slurp)" Enter
Type@10ms "clear" Enter
Show
4 changes: 2 additions & 2 deletions docs/src/development/vhs/fish.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Set Padding 0
Set Shell "fish"

Hide
Type@0.1 "example _carapace fish | source" Enter
Type@0.1 "clear" Enter
Type@10ms "example _carapace fish | source" Enter
Type@10ms "clear" Enter
Show
2 changes: 1 addition & 1 deletion docs/src/development/vhs/nushell.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Set Padding 0
Set Shell "nu"

Hide
Type@0.1 "clear" Enter
Type@10ms "clear" Enter
Show
4 changes: 2 additions & 2 deletions docs/src/development/vhs/oil.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Set Padding 0
Set Shell "osh"

Hide
Type@0.1 "source <(example _carapace oil)" Enter
Type@0.1 "clear" Enter
Type@10ms "source <(example _carapace oil)" Enter
Type@10ms "clear" Enter
Show

8 changes: 4 additions & 4 deletions docs/src/development/vhs/powershell.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Set Padding 0
Set Shell "pwsh"

Hide
Type@0.1 'Set-PSReadLineOption -Colors @{ "Selection" = "`e[7m" }' Enter
Type@0.1 "Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete" Enter
Type@0.1 "example _carapace powershell | Out-String | Invoke-Expression" Enter
Type@0.1 "clear" Enter
Type@10ms 'Set-PSReadLineOption -Colors @{ "Selection" = "`e[7m" }' Enter
Type@10ms "Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete" Enter
Type@10ms "example _carapace powershell | Out-String | Invoke-Expression" Enter
Type@10ms "clear" Enter
Show
4 changes: 2 additions & 2 deletions docs/src/development/vhs/xonsh.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Set Padding 0
Set Shell "xonsh"

Hide
Type@0.1 "exec($(example _carapace xonsh))" Enter
Type@0.1 "clear" Enter
Type@10ms "exec($(example _carapace xonsh))" Enter
Type@10ms "clear" Enter
Show
10 changes: 5 additions & 5 deletions docs/src/development/vhs/zsh.tape
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Set Padding 0
Set Shell "zsh"

Hide
Type@0.1 "autoload -U compinit && compinit" Enter
Type@0.1 "zstyle ':completion:*' menu select" Enter
Type@0.1 "zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m'" Enter
Type@0.1 "source <(example _carapace zsh)" Enter
Type@0.1 "clear" Enter
Type@10ms "autoload -U compinit && compinit" Enter
Type@10ms "zstyle ':completion:*' menu select" Enter
Type@10ms "zstyle ':completion:*' format $'\e[2;37mCompleting %d\e[m'" Enter
Type@10ms "source <(example _carapace zsh)" Enter
Type@10ms "clear" Enter
Show

0 comments on commit a6ae5b8

Please sign in to comment.