Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically add all projects in a folder #129

Open
KingOfSpades opened this issue Jul 15, 2023 · 1 comment
Open

Automatically add all projects in a folder #129

KingOfSpades opened this issue Jul 15, 2023 · 1 comment

Comments

@KingOfSpades
Copy link

Hey, I'm switching from VS Code Project Manager to projects. What I'm trying to do is the following:

I have a few (~3) base Dir's where I clone all my git projects. I would like to add all folders containing a GiT repo automatically to Projects. Is this built in and am I just not using the plug-in right? Or is this something I need to setup?
I would expect to find and option like "Automatically add projects from folder: [~/home/user/projects, ~/home/user/work]

@coffebar
Copy link

@KingOfSpades take a look at neovim-project - it has declarative approach:

  projects = {
    "~/projects/*", -- add all projects inside /home/user/projects/... 
    "~/p*cts/*",    -- glob pattern is supported
    "~/work/*"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants