Open
Description
Love lazygit but one feature would make it useful to me on more projects -
On very large codebases it can take forever to do a git status and I normally limit the scope of my requests to the current directory. I was a little surprised that lazygit can't be launched with a 'dir' argument that does something like this...
I would propose that:
`lazygit <dir>`
Would do the equivalent of git status <dir>
to populate the Files
panel.
thanks!