-
This script doesn't work in zsh as it is right now. For some reason, it treats the input file list as one long file name which obviously makes sox fail:
```sox FAIL formats: can't open input file...`…
-
Ralio has a very simple and intuitive interface in my opinion but I think it would be very nice if we have autocompletion on the commands.
-
There is already a bash completion script, and I use zsh, so that's motivation enough.
The documentation here looks quite promising: https://github.com/zsh-users/zsh-completions/blob/master/zsh-compl…
-
I just installed `dbwebb` and would love to see completion working.
I don't have the knowledge myself to implement completion for `bash`/`zsh` but I think it would be a handy feature.
I would lo…
-
while i run the cmd 'zsh <
-
## Environment
typeset VENDOR=apple
typeset OSTYPE=darwin23.0
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173
typeset -a _autocomplete__funcfiletrace=(
/usr/local/share/zsh-autocomplete/zsh-autocompl…
-
I installed `autojump-zsh` on `Fedora 23`.
After launch `zsh`,it always says:
`/etc/profile.d/autojump.bash:13: command not found: complete`
I also tried install autojump `MANUALLY`,and added one li…
-
I can't run it in macOS 13 because I'm getting some errors.
if I cd into the folder and I run ./webone it gives this error: "zsh: permission denied: ./webone"
I also tried to chmod this file but I g…
-
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…
-
In zsh there's no builtin readarray command, however it does have a one line expression which achieves the basic syntax of readarray -t.
`myarray=("${(@f)$(command)}")`
Are you looking to provid…