carapace-bin icon indicating copy to clipboard operation
carapace-bin copied to clipboard

multi-shell multi-command argument completer

Results 85 carapace-bin issues
Sort by recently updated
recently updated
newest added

Not all completers are applicable for each OS. Use `GOOS` names: https://golang.org/doc/install/source#environment `go:generate` and references need to be updated. e.g. ``` completers/common (for all, e.g. `git`) completers/linux completers/darwin ```

enhancement
windows
linux
darwin

additional to `~/.config/carapace/spec` support a system-wide folder (e.g. `/usr/share/carapace/specs`) preference: 1. user generated spec (`style.Blue`) 2. system-wide spec (`style.Yellow`) 3. embedded completer (`style.Default`)

enhancement
spec

fix #2362 needs https://github.com/goreleaser/goreleaser/pull/4810

### Command scoop ### Description A command-line installer for Windows ### Homepage https://scoop.sh/ ### Documentation https://github.com/ScoopInstaller/Scoop/wiki/Commands ### Repository https://github.com/ScoopInstaller/Scoop ### Complexity L ### Anything else? _No response_ ## Polar

enhancement
windows
fund
completer

### Current Behavior ``` SIGSYS: bad system call PC=0x15f80 m=0 sigcode=1 goroutine 1 [syscall]: syscall.Syscall6(0x400001ad50?, 0x28?, 0x28?, 0x400001ad80?, 0x0?, 0x4f?, 0xffffffffffffff9c?) /opt/hostedtoolcache/go/1.21.9/x64/src/syscall/syscall_linux.go:91 +0x2c fp=0x400019b930 sp=0x400019b8a0 pc=0x8f52c syscall.faccessat2(0x400001ad50?, {0x400001ad50?, 0x75a66e0250?}, 0x1,...

bug

### Current Behavior When there's a symlink anywhere in the directory hierarchy to the current directory, filename completion will create a relative path to the symlink target, effectively breaking filename...

bug