gau icon indicating copy to clipboard operation
gau copied to clipboard

blacklist path + fix blacklist extension

Open ksfi opened this issue 1 year ago • 0 comments

This PR addresses issues #87 and #124

It allows to blacklist paths by adding a —blacklist_path flag, the option accepts URLs and subpaths. It also fixes --blacklist which couldn’t take something without a period (like “—blacklist .png“ was working but not “—blacklist png“). I created a Blacklisted function in output.go to handle both blacklist and blacklist_flag.

ksfi avatar Dec 23 '23 22:12 ksfi