carapace
carapace copied to clipboard
command argument completion generator for spf13/cobra
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...
- `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...
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...
nushell
needs https://github.com/nushell/nushell/issues/290 needs https://github.com/nushell/nushell/issues/5035
bleh.sh
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...
- [ ] multiparts completion - [x] fix character escaping (e.g. `{`, `}`) - [ ] prevent insertion of partial display values - [ ] space possible for descriptions?