Allow the loading of a list of ignored paths from file #16
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently one or more paths can be ignored by using the
-i
flag.It would be most useful if these paths can be loaded from a file
/home/user/paths_to_ignore.txt
can contain one or more paths separated by new linesThis can be easily achieved by checking if the path given to the
-i
flag is a directory or a file.If it's a directory, just ignore it. If it's a file, attempt to open it as text and parse the paths inside.
The text was updated successfully, but these errors were encountered: