Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 4, 2025
1 parent dfe9ff4 commit 2d57d1d
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 64 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 @@ -9,6 +9,6 @@ Set Padding 0
Set Shell "bash"

Hide
Type@0 "source <(example _carapace bash)" Enter
Type@0 "clear" Enter
Type@0.01 "source <(example _carapace bash)" Enter
Type@0.01 "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 @@ -9,6 +9,6 @@ Set Padding 0
Set Shell "elvish"

Hide
Type@0 "eval (example _carapace elvish|slurp)" Enter
Type@0 "clear" Enter
Type@0.01 "eval (example _carapace elvish|slurp)" Enter
Type@0.01 "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 @@ -9,6 +9,6 @@ Set Padding 0
Set Shell "fish"

Hide
Type@0 "example _carapace fish | source" Enter
Type@0 "clear" Enter
Type@0.01 "example _carapace fish | source" Enter
Type@0.01 "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 @@ -9,5 +9,5 @@ Set Padding 0
Set Shell "nu"

Hide
Type@0 "clear" Enter
Type@0.01 "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 @@ -9,7 +9,7 @@ Set Padding 0
Set Shell "osh"

Hide
Type@0 "source <(example _carapace oil)" Enter
Type@0 "clear" Enter
Type@0.01 "source <(example _carapace oil)" Enter
Type@0.01 "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 @@ -9,8 +9,8 @@ Set Padding 0
Set Shell "pwsh"

Hide
Type@0 'Set-PSReadLineOption -Colors @{ "Selection" = "`e[7m" }' Enter
Type@0 "Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete" Enter
Type@0 "example _carapace powershell | Out-String | Invoke-Expression" Enter
Type@0 "clear" Enter
Type@0.01 'Set-PSReadLineOption -Colors @{ "Selection" = "`e[7m" }' Enter
Type@0.01 "Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete" Enter
Type@0.01 "example _carapace powershell | Out-String | Invoke-Expression" Enter
Type@0.01 "clear" Enter
Show
48 changes: 6 additions & 42 deletions docs/src/development/vhs/word/out/word.bash.ascii
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@







────────────────────────────────────────────────────────────────────────────────
> example

Expand All @@ -17,10 +13,6 @@







────────────────────────────────────────────────────────────────────────────────
> example

Expand All @@ -29,80 +21,52 @@







────────────────────────────────────────────────────────────────────────────────
> example
action (action example)
alias (action example)
chain (shorthand chain)
compat
completion (Generate the autocompletion script for the spe
cified shell)
completion (Generate the autocompletion script for the specified shell)
flag (flag example)
group (group example)
help (Help about any command)
interspersed (interspersed example)
────────────────────────────────────────────────────────────────────────────────
> example
action (action example)
alias (action example)
chain (shorthand chain)
compat
completion (Generate the autocompletion script for the spe
cified shell)
completion (Generate the autocompletion script for the specified shell)
flag (flag example)
group (group example)
help (Help about any command)
interspersed (interspersed example)
────────────────────────────────────────────────────────────────────────────────
> example
action (action example)
alias (action example)
chain (shorthand chain)
compat
completion (Generate the autocompletion script for the spe
cified shell)
completion (Generate the autocompletion script for the specified shell)
flag (flag example)
group (group example)
help (Help about any command)
interspersed (interspersed example)
────────────────────────────────────────────────────────────────────────────────
> example
action (action example)
alias (action example)
chain (shorthand chain)
compat
completion (Generate the autocompletion script for the spe
cified shell)
completion (Generate the autocompletion script for the specified shell)
flag (flag example)
group (group example)
help (Help about any command)
interspersed (interspersed example)
────────────────────────────────────────────────────────────────────────────────
> example
action (action example)
alias (action example)
chain (shorthand chain)
compat
completion (Generate the autocompletion script for the spe
cified shell)
completion (Generate the autocompletion script for the specified shell)
flag (flag example)
group (group example)
help (Help about any command)
interspersed (interspersed example)
────────────────────────────────────────────────────────────────────────────────
> example
action (action example)
alias (action example)
chain (shorthand chain)
compat
completion (Generate the autocompletion script for the spe
cified shell)
completion (Generate the autocompletion script for the specified shell)
flag (flag example)
group (group example)
help (Help about any command)
interspersed (interspersed example)
────────────────────────────────────────────────────────────────────────────────
4 changes: 2 additions & 2 deletions docs/src/development/vhs/word/out/word.fish.ascii
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@


────────────────────────────────────────────────────────────────────────────────
> example _carapace | source
> example _carapace fish | source






────────────────────────────────────────────────────────────────────────────────
> example _carapace | source
> example _carapace fish | source



Expand Down
4 changes: 2 additions & 2 deletions docs/src/development/vhs/word/out/word.xonsh.ascii
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
>

> exec($(example _carapace xonsh))
clear



Expand Down
10 changes: 5 additions & 5 deletions docs/src/development/vhs/zsh.tape
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Set Padding 0
Set Shell "zsh"

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

0 comments on commit 2d57d1d

Please sign in to comment.