-
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/)
### Qubes OS release
R4.0, R4.1, R4.2 (probably)
### Brief summary
The latest fedora-38 template is still missing `b…
jamke updated
9 months ago
-
It seems that we only have tab completion for file path and commands.
Tab completions defined by individual packages, such as those for `git`, simply doesn't work.
If there's a way to enable such fe…
-
### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected ter…
-
Any help or docs about how to implement it would be greatly appreciated.
It looks like [click-completion](https://github.com/click-contrib/click-completion) package offer support for powershell for…
-
It would be nice if we could generate dynamic completions/`choices` on-the-fly when the user presses Tab in their shell. I would like to complete a positional argument or option value that's not fro…
-
### Describe the bug
Bash completion does not work for `pass` extensions.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Install `pkgs.pass.withExtensions (p: with p; [ pass-otp ]);`…
azahi updated
5 months ago
-
### Discord username (optional)
HaloFour#4917
### Describe the bug
It seems to be adding to the end of my partial input, e.g. I type `java -ver` and it suggests `-versio` so I hit enter and the res…
-
### Xmake Version
2.3.7
### Operating System Version and Architecture
deepin 20.7.1
### Describe Bug
安装失败
error: @programdir/core/base/interpreter.lua:625: @programdir/core/sandbox/modules/inter…
-
Hello,
first, thanks a lot for this simple and lightweight layman replacement (especially when seeing all the stuff that layman pulls). When trying to complete `eselect repository ` under zsh, I ge…
ghost updated
6 years ago
-
`usage generate completion bash a-b-c --usage-cmd xxx` generates a shell snippet with dashes in variable names, which doesn't work:
```
if [[ -z ${_usage_spec_a-b-c:-} ]]; then
_usage…