fu icon indicating copy to clipboard operation
fu copied to clipboard

Add the --ignore optional parameter

Open Angelmmiguel opened this issue 3 years ago • 0 comments

This optional parameter allows to ignore a specific folder or file. This is specially useful when using with the --top option as it allows you to delete already known foldesr from the computation.

Example

fu --ignore node_modules
fu --ignore target --top 3

Angelmmiguel avatar Feb 20 '22 19:02 Angelmmiguel