Giter VIP home page Giter VIP logo

Comments (11)

ajeetdsouza avatar ajeetdsouza commented on June 9, 2024 1

Could you try upgrading to zoxide 0.9.4 and see if it works?

from zoxide.

scr1ptie avatar scr1ptie commented on June 9, 2024 1

I was looking at the sources for init, the problem here is mostly with how zoxide query --interactive -- key1 doesn't actually include key1 into the interactive search and either returns one line output which directly cd's into output or it returns not found which leaves empty results. Fix for this would ultimately solve the issue everyone is facing here.

For now, the temporary fix was to remove ${words[2, -1]} from the init configuration for zsh inside __zoxide_z_complete() function. This won't give me results relative to the search that is already there. But, it's usable a bit now till there is a fix for this.

from zoxide.

mesa123123 avatar mesa123123 commented on June 9, 2024

Same problem here on fedora with bash:
image

fzf --version -> 0.44
zoxide --version -> 0.9.3
bash version -> 5.2.26

from zoxide.

jam1015 avatar jam1015 commented on June 9, 2024

I'm on Arch, using Zsh, and I've found that the conditions that makes it work are

  1. Have ohmyzsh installed
  2. the completealiases option can't be set; I can't have run setopt completealiases in my zshrc.

from zoxide.

jam1015 avatar jam1015 commented on June 9, 2024

thanks it works for me now

from zoxide.

Giggiux avatar Giggiux commented on June 9, 2024

I just upgraded to 0.9.4.
I have a question related to this issue:

I imagine that when doing z + space + tab, I would not only get the suggestions from directories and files in the folder I'm in but also from the list of "indices" that zoxide has (aka the ones in zoxide query -ls )

I am using:
zsh 5.9 (x86_64-apple-darwin23.0)
oh-my-zsh

installed zoxide with brew, and have it configured as a plugin:
(this is part of my .zshrc)
plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting zsh-autocomplete zoxide autoupdate)

Am I missing something in the configuration, or what I expect to happen simply isn't possible?

from zoxide.

preland avatar preland commented on June 9, 2024

I am also having issues on MacOS zsh installed via brew; i have eval "$(zoxide init zsh --cmd cd)" in my .zshrc. I can go to the correct directory by typing it out fully, but it won't autocomplete.

from zoxide.

github-actions avatar github-actions commented on June 9, 2024

This issue has been automatically closed due to inactivity. If you feel this is still relevant, please comment here or create a fresh issue.

from zoxide.

github-actions avatar github-actions commented on June 9, 2024

This issue has been automatically closed due to inactivity. If you feel this is still relevant, please comment here or create a fresh issue.

from zoxide.

emirkmo avatar emirkmo commented on June 9, 2024

Hi, sorry about the lack of response. I have been unable to try it with that specific setup, however I am running into issues setting it up with zi and the zi zoxide plugin (possibly related but not worth discussing here). I still intend to return to the setup where only the cd aliasing is not working and try 0.9.4. Github-actions but is just a bit hasty :)

from zoxide.

emirkmo avatar emirkmo commented on June 9, 2024

@ajeetdsouza I can confirm the original issue is fixed.

I think there is still some unexpected behavior as brought up by other Commenters.

cd <rootdir><SPACE><TAB>

just cd's into rootdir since it is the only one in the index, despite multiple child subdirs being in the index.

cd <rootdir/><SPACE><TAB>

Emphasis on rootdir/ with backslash opens up fzf fuzzy search of index (similar to cd rootdir/sub_char<SPACE><TAB>

Perhaps this is intended but it is not how I remembered zoxide working.

Anyway. I will close, as the other issue's (#712 (comment)) are related but different. It's a quirk in how it works.

from zoxide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.