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

### Request Powershell on Windows supports the backslash (`\`) filepath separator. This is rather unique as other shells use slash (`/`). Since Powershell also supports slash, so so far the...

enhancement
powershell
windows

is the carapace configuration and styling possible on nushell yet? if not, why not? If so, how should i do it? i find the docs pretty confusing and lacking.

enhancement
nushell

### Current Behavior ```sh example action -- # has colors example action --s # has no colors ``` ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ###...

bug
xonsh

### Changes This PR simply exports the ActionCommands() and ActionFlags() which both receive a cobra command as argument. ### Reasons The reason is simple: more and more people will try...

### Current Behavior ```sh bat 'with # bat '"with space"' ``` ### Expected Behavior ```sh bat "with space" ``` ### Steps To Reproduce _No response_ ### Version _No response_ ###...

bug
bash

### Current Behavior On Debian with Bash `5.2.15` completion with space seems to be broken: > I was doing `mv ~Download/some file with spaces.txt .` > I would type `mv...

bug
bash

### Request Since traverse already iterates over the arguments and identifies them this should be stored and optionally returned. ### Proposed solution Provide an array of context information: - value...

enhancement

### Current Behavior Trying to complete `-ldflags` whithin `-shell` which is also a `Split()` fails. ```sh cargo-watch --shell 'go build -ldflags - # cargo-watch --shell 'go build -ldflags -w '...

bug