Hey! I've been using mew to replace fastfetch but I saw that even if the command is executed in a none repository directory, it scans all sub folders recursively. So when I open my shell & it executes mew inside home folder, it takes several seconds scanning 16610526 lines of code.
One idea that I got, could be to add an optional number of recursion. Just like an ls -L.
Hey! I've been using
mewto replacefastfetchbut I saw that even if the command is executed in a none repository directory, it scans all sub folders recursively. So when I open my shell & it executesmewinside home folder, it takes several seconds scanning 16610526 lines of code.One idea that I got, could be to add an optional number of recursion. Just like an
ls -L.