telescope-project.nvim icon indicating copy to clipboard operation
telescope-project.nvim copied to clipboard

fix(title): Extract windows project titles

Open b401 opened this issue 1 year ago • 3 comments

Slight regex modification to support windows folder name extractions

# Previously
C:\Users\0x401\source\nvim-telescope => C:\Users\0x401\source\nvim-telescope
# Now
C:\Users\0x401\source\nvim-telescope => nvim-telescope.nvim

Won't update existing projects already saved in telescope-projects.txt

b401 avatar Jun 16 '24 13:06 b401

Thanks @b401 Do you know this won't cause issues for people on Linux/Mac?

claidler avatar Sep 09 '24 11:09 claidler

Hey @claidler I've switched back to GNU/Linux a while ago but kept my neovim configuration the same (using my fork of telescope-project). No issues with the regex changes from my point of view.

Would still be good to have somebody else check it under GNU/Linux (or MacOS) before merging :)

b401 avatar Sep 09 '24 14:09 b401

Thanks for this @b401 appreciated

claidler avatar Sep 10 '24 07:09 claidler