Ajeet D'Souza
Ajeet D'Souza
My first guess is there might be a conflicting definition for your `j` function. What's the output of `complete j`?
Could you check if this file exists? ``` /usr/share/fish/completions/j.fish ```
> I optimized this more than might strictly be necessary Optimization would be great, but we should focus on finalizing the algorithm first. I haven't had time to look at...
Hey @lefth, sorry for the delay, I've been having a very busy month! I took a look at the changes, I put in my thoughts below. --- I don't think...
Hey @lefth! I agree with what you're saying. One thing that makes zoxide easy to use is that the query algorithm is very simple and predictable, but I there is...
Not quite sure I understood. Could you elaborate with an example?
Blocked on https://github.com/nushell/nushell/issues/5951.
To clarify -- are you loading zoxide at the _end_ of your .zshrc file? And are you calling compinit before that? The following two lines should be at the end...
Have you tried the `` completions that ship with zoxide v0.8.0+? They seem ideal for this kind of structure. In case you're not familiar with how it works, there's a...
I'm don't think fzf's algorithm is a great fit for zoxide. The use case is entirely different: fzf is an interactive program: - you can type in more characters to...