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

I tried quite a lot `Project Management` plugins. In the end, I found all I need is an easier way to `cd` to another project directory.

Results 7 cd-project.nvim issues
Sort by recently updated
recently updated
newest added

1. 目前的行为是 picker 中的 project 按照添加时的顺序展现,可以将 project 按照最新访问时间排序 2. 另外可以考虑添加使用 "nvim ." 命令打开的路径自动添加至 project,本来我是准备自己撸这个插件的,但在 B 站上关注了林饕,准备过来参考一些代码,发现已经有 project 管理插件了,有些细节可以考虑要不要再优化一下: ![image](https://github.com/LintaoAmons/cd-project.nvim/assets/4813738/470934b0-ceb8-4bc4-a891-e53d6b38a96e)

Hi, is there a way to delete a project or edit the projects name/path without editing the json file directly?

enhancement

Hi, when using `CdProjectManualAdd/CdSearchAndAdd` could be feasible for the plugin to recognize variables such as $HOME? Or in alternative could be possible to have some sort of pre-save hook in...

Hi, could you please clarify the use of the following configuration? ``` -- this controls the behaviour of `CdProjectAdd` command about how to get the project directory project_dir_pattern = {...

I find idea when see your cd-project.nvim.json file I think it will useful for someone need it - I call it "**CdProjectAddCurrentDir**" -> it will automatically add current directory that...

### allow modification of a path's name from popup without directly editing json Inspired by #10