Linux-Auto-Customizer icon indicating copy to clipboard operation
Linux-Auto-Customizer copied to clipboard

UPDATE REQUEST: add custom rules to F function to ignore some dirs by default

Open AleixMT opened this issue 2 years ago • 1 comments

make F function ignore dirs such as "target" directory, which contains compiled code in java project, ignore .min files, ignore binary files.

We can add new parameters for selection or we can create a new Function to do so, but it does not need to be much different than the F function.

AleixMT avatar Sep 21 '23 14:09 AleixMT

We will do a rework of these functions. f will return a list of files and F will look for content into those files. They will work together. And the f function could have a filter or something to avoid certain folders such as target/ folder, where usually we have the compiled code.

AleixMT avatar Mar 07 '24 19:03 AleixMT