carapace icon indicating copy to clipboard operation
carapace copied to clipboard

command argument completion generator for spf13/cobra

Results 63 carapace issues
Sort by recently updated
recently updated
newest added

needs https://github.com/PowerShell/PSReadLine/issues/2306 `Display all 100 possibilities?` can be avoided by increasing `CompletionQueryItems` but without pagination these are just displayed. ```powershell Set-PSReadLineOption -CompletionQueryItems 300 ``` Also, resizing to a smaller window...

bug
powershell

- `compadd`: ansi escape sequences are stripped - `compadd -l`: ansi escape sequences work - `export ZSH_COLOR=${style}`: does not work - `export ZSH_COLOUR=${style}`: does work, but only if no default...

bug
help wanted
zsh

Colors in tabular view are now working thanks to `ZLS_COLOURS` but this quite slow for large lists of values like `which `. Best would still be if `compadd` would accept...

bug
zsh

caused by #445

documentation

needs https://github.com/nushell/nushell/issues/290 needs https://github.com/nushell/nushell/issues/5035

nushell

change to general functions converting `cmd.Args`

enhancement

https://github.com/akinomyoga/ble.sh - [x] fix optarg argument compeltion - [ ] verify/fix special characters - [ ] verify/fix open quotes - [x] prevent default file completion when no values returned related...

bash-ble

needs https://github.com/fish-shell/fish-shell/issues/7832

enhancement
fish

- [ ] multiparts completion - [x] fix character escaping (e.g. `{`, `}`) - [ ] prevent insertion of partial display values - [ ] space possible for descriptions?

tcsh