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

Is There any way to browser multiple repositories in lazyGit? #4170

Open
JunJianX opened this issue Jan 14, 2025 · 2 comments
Open

Is There any way to browser multiple repositories in lazyGit? #4170

JunJianX opened this issue Jan 14, 2025 · 2 comments

Comments

@JunJianX
Copy link

JunJianX commented Jan 14, 2025

Topic
Work with git-repo, Is There any way to browser multiple repositories in lazyGit?

Your thoughts
Like vscode,which can scan and list every .git folder under root with open every git repo. Is Lazygit has this feature?
/ # root
├── .repo/

├── project1/
│ ├── .git/
│ ├── src/
│ │ ├── main.c
│ │ └── utils.c
│ ├── include/
│ │ └── utils.h
│ └── README.md

├── project2/
│ ├── .git/
│ ├── src/
│ │ ├── app.py
│ │ └── config.py
│ ├── tests/
│ │ └── test_app.py
│ └── requirements.txt

├── project3/
│ ├── .git/
│ ├── lib/
│ │ ├── module1.js
│ │ └── module2.js
│ ├── assets/
│ │ ├── style.css
│ │ └── logo.png
│ └── package.json

└── scripts/
├── build.sh
└── deploy.sh

@apollothecodemeleon
Copy link

i believe not. I will go check

@apollothecodemeleon
Copy link

i checked and i don't think there is a feature for that. Maybe you can open an issue to see if somebody can try to make that feature. This is also my first time contributing to this repo by the way.

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

No branches or pull requests

2 participants