jvgrootveld / telescope-zoxide

An extension for telescope.nvim that allows you operate zoxide within Neovim.
MIT License
315 stars 16 forks source link

Crash when the path contains a space #11

Closed henryhchchc closed 2 years ago

henryhchchc commented 2 years ago

I tried to cd to a directory where the path contains a space (e.g., /Users/henry/test dir). It crashes because zoxide can not find the path. The log shows that the content after the space in the path are strip off.

image