You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)
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:
The text was updated successfully, but these errors were encountered: