-
If we have a strong model into which we parse the roff input, it should be easy to peak over `clap`'s shoulder and generate completions for the same set of shells it supports.
-
## Desired Behavior
`timetrace completion [bash|zsh|fish]` should be able to generate a completion file for me in that respective shell.
## Current Behavior
This is not an existing feature that I…
-
- Category
- [ ] fzf binary
- [ ] fzf-tmux script
- [ ] Key bindings
- [x] Completion
- [ ] Vim
- [ ] Neovim
- [ ] Etc.
- OS
- [x] Linux
- [ ] Mac OS X
…
-
-
./exo-cli-3.1-70b.sh hello
Go for :
#!/bin/bash
/usr/bin/curl --progress-bar --connect-timeout 1800 --max-time 1800 http://edgenode2:8000/v1/chat/completions \
-H "Content-Type: application/json…
-
Reproduction:
One liner:
```javascript
require("yargs").scriptName("yarn whatever").completion().parseSync(["completion"])
```
You can paste this into your terminal to get a quick reproduct…
-
Bash, fish, and zsh all have a completions directory on Linux, where applications can add their completion files. Does Elvish have anything similar? If not, consider this a feature request.
- Bash:…
-
## Describe the feature/solution
Hello team, I'm considering pulling the bash completion files (as do zsh and fish fwiw) in the upstream kmod project. At a glance, a few questions come up:
- is t…
-
When completing a filename that includes an environment variable with the `FilesCompleter`, the forwarding to bash doesn't work.
### To reproduce
Test environment:
* Ubuntu 24.04
* Python 3.12…
-
I would like to propose that we configure SSH with a wildcard instead of individual host names. For example:
```
coder.*
ProxyCommand coder %h
```
And in `ssh.go` we trim out the `coder.` …