telescope-zoxide icon indicating copy to clipboard operation
telescope-zoxide copied to clipboard

An extension for telescope.nvim that allows you operate zoxide within Neovim.

Results 12 telescope-zoxide issues
Sort by recently updated
recently updated
newest added

Fixes #11 Additionally removes the print statement which I found highly distracting. I think it's okay to notify about an error, but printing about suceeding in it's intended action doesn't...

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...

bug

Seems like Telescope file_browser was removed as a builtin a while ago. I've been using a custom mapping in my config to use the correct file_browser, but think it'll be...

bug
help wanted
reproducible

Closes #12 - [x] Removed support for Telescope builtin file_browser - [x] Added section to README for using https://github.com/nvim-telescope/telescope-file-browser.nvim

"Directory changed to..." messages are only printed when `verbose` is set to `true`

I want to change the cwd to project which is not listed on Zoxide List without leaving nvim. Is there any option to do that?

Not sure how feasible this is (or if it's a bug with just my setup) but the default help menu (e.g. the menu invoked with `` when inside the telescope...

enhancement
will do

Changed the way in which the user is informed that the directory has changed to `vim.notify`

When using zoxide from the terminal, each time a directories is selected, its rank gets incremented. This does not occur when using telescope-zoxide because zoxide is used only for obtaining...

improvement
will do