jesseduffield / jesseduffield/lazygit
Is There any way to browser multiple repositories in lazyGit?
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.