Compare commits

...

3 Commits

Author SHA1 Message Date
Elijah Lynn e8177d34bc
Merge aabdee8820 into eb7b08fed3 2025-10-01 13:55:11 -07:00
Ajeet D'Souza eb7b08fed3
Update README.md 2025-09-30 18:34:43 +05:30
Elijah Lynn aabdee8820
Update README.md to clarify that interactive TAB completions don't work with warp 2025-02-13 10:12:35 -08:00
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<div><sup>Available for macOS, Linux, and Windows.</sup></div>
<div><sup>
Visit
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=zoxide_20231001"><u>warp.dev</u></a>
<a href="https://go.warp.dev/zoxide"><u>warp.dev</u></a>
to learn more.
</sup></div>
@ -58,7 +58,7 @@ z - # cd into previous directory
zi foo # cd with interactive selection (using fzf)
z foo<SPACE><TAB> # show interactive completions (zoxide v0.8.0+, bash 4.4+/fish/zsh only)
z foo<SPACE><TAB> # show interactive completions (zoxide v0.8.0+, bash 4.4+/fish/zsh only, does not work with Warp https://github.com/ajeetdsouza/zoxide/issues/614#issuecomment-2273629256)
```
Read more about the matching algorithm [here][algorithm-matching].