Describe the bug
I cannot make --query work. I can use --fzf-overrides to set the query there, but I can't use variables inside the query in that case.
To Reproduce
Steps to reproduce the behavior:
- Add variable
$ title: --- --query "test"
- Run the cheat that uses that variable
- The word "test" is not the initial query
Expected behavior
The --query argument should set the initial query of a variable
Versions:
- OS: Manjaro
- Shell Version: zsh 5.9 (x86_64-pc-linux-gnu)
Describe the bug
I cannot make --query work. I can use --fzf-overrides to set the query there, but I can't use variables inside the query in that case.
To Reproduce
Steps to reproduce the behavior:
$ title: --- --query "test"Expected behavior
The --query argument should set the initial query of a variable
Versions: