Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z tab complete doesn't work #2026

Open
theskillwithin opened this issue Oct 30, 2022 · 11 comments
Open

Z tab complete doesn't work #2026

theskillwithin opened this issue Oct 30, 2022 · 11 comments
Labels
Feature requests Feature Requests

Comments

@theskillwithin
Copy link

Discord username (optional)

theskillwithin#1045

Describe the bug

When using z ( https://formulae.brew.sh/formula/z#default ). the tab autocomplete does not work in warp. I also tried right arrow as well.

rupa/z#319

To Reproduce

  1. install z
  2. navigate to a folder a few times so that its tracked in z
  3. attempted to use z to goto that folder (z myFolder [tab|right-arr])

Expected behaviour

expecting to see the autocomplete tab list

Screenshots

No response

Operating System

MacOS

OS Version

13

Shell Version

zsh 5.8.1 (x86_64-apple-darwin22.0)

Warp Version

v0.2022.10.25.08.06.stable_02

Additional context

No response

Does this block you from using Warp daily?

No

Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e

No response

@dannyneira
Copy link
Member

My guess is that Warp is unable to parse the Z plugin in addition to our built-in completion.

You can disable the Z completion plugin in your dotfiles just for Warp by using this conditional statement:

if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
##### WHAT YOU WANT TO DISABLE FOR WARP - BELOW

$(brew --prefix)/etc/profile.d/z.sh

##### WHAT YOU WANT TO DISABLE FOR WARP - ABOVE
fi

We have a list of incompatible tools here which includes completion plugins like z and FIG: https://docs.warp.dev/help/known-issues#list-of-incompatible-tools

I'm changing this one into a feature request for Z support as we don't currently support this plugin.

@wesbos
Copy link

wesbos commented Jan 4, 2023

fig does a much better job at these types of plugins - look how it suggests possible options for z and tree

Can we get this in warp?

Screenshot 2023-01-04 at 11 26 00 AM

@warpdotdev-devx warpdotdev-devx bot added the Feature requests Feature Requests label Jan 10, 2023
@trubi
Copy link

trubi commented Jan 18, 2023

Any estimate when we can expect this? This is a dealbreaker for me. Do you at least provide any alternative which I didn't find?

@nnhjs
Copy link

nnhjs commented Feb 13, 2023

I think this is a nice feature. I wish this feature coming soon.

@nnhjs
Copy link

nnhjs commented Feb 13, 2023

Now, the warp version is v0.2023.02.07.08.03.stable_01 which supports only z's functionality.
When we typed "z ..." in the warp, the warp can not display the file of the z plugin.
See the first picture: Warp is not display "z Desktop", but we enter this command, it can only run functionality (See picture 2)

Screen Shot 2023-02-14 at 00 36 52

-- After Enter --
Screen Shot 2023-02-14 at 00 37 57

@yowainwright
Copy link

yowainwright commented Mar 31, 2023

Subscribed to this issue.
I'll pivot back to Warp when it enables z and fzf or similar features. #1795, #149
Warp is great product! I'm thankful!

@devajmeireles
Copy link

Subscribed to this issue. I'll pivot back to Warp when it enables z and fzf or similar features. #1795, #149 Warp is great product! I'm thankful!

Me too!

@alfred-liu96
Copy link

hope this feature comes asap

@mvgijssel
Copy link

Yeah this would be very much appreciated!

@AlecRust
Copy link

Works fine for me in zoxide which I switched to from z.

@mvgijssel
Copy link

Can confirm this works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

10 participants