ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.51k stars 660 forks source link

Ability to ignore git submodules #1155

Open theimpostor opened 1 year ago

theimpostor commented 1 year ago

I have a repo with a few largish submodules, and the performance of exa --long --git is very bad, like 2-3 seconds. git status is equally slow, however I can do git status --ignore-submodules and get performance back to acceptable levels. Is there any way I can pass that flag to exa?