RoootTheFox / Linux-MegaHack-Installer

Helper script to install MegaHack v6/v7/v8 on Linux
GNU General Public License v3.0
39 stars 11 forks source link

fix: Don't search hidden directories with `find` #10

Closed Serial-ATA closed 10 months ago

Serial-ATA commented 10 months ago

I have thousands of zip files in .cache and .local, which made fzf load really slow.

This is only an issue when using find, fd skips hidden directories by default.

RoootTheFox commented 10 months ago

I'm actually currently working on improving find usage in general (as well as adding fd support to the Steam path discovery, I'll merge your changes into my local repo and push them to main in a bit (after testing)!

RoootTheFox commented 10 months ago

Actually, this isn't conflicting with my changes at all; I'll just merge this