jesseduffield / jesseduffield/lazygit
Lazygit to show only files in current directory or subdirectories
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
Good day , thank you for this amazing tool.
I have a question , I have a git project with the following structure
```
/path/project
```
inside this project I have two subfolders
```
/path/project/folder1
/path/project/folder2
```
When I'm inside folder1 I want lazygit to show unstaged files only in this folder. Using terminal the command is
```
git status .
```
I tried to execute lazygit with specified folder but it still shows files from both folders
```
lazygit /path/project/folder1
```
Does lazygit support this feature ? Lazygit version is
```
lazygit --version
commit=, build date=2020-04-23, build source=debian, version=0.20.2, os=linux, arch=amd64
```
Contributor guide
Assessment
This issue has not been assessed yet.