TheYahya / enola

This is Sherlock's sister, Modern shiny CLI tool written with Golang to help you: 🔎 Hunt down social media accounts by username across social networks
MIT License
563 stars 36 forks source link

feat: flag to only show matching results #9

Closed jon4hz closed 11 months ago

jon4hz commented 1 year ago

Hi, I've added a flag to only display matching results.

TheYahya commented 1 year ago

Hey @jon4hz, Thanks.

I think it's better to have it the other way around: By default, we show only founded sites, and with a --all or -a flag, we show everything.

What do you think?

jon4hz commented 1 year ago

Yeah that makes sense. I'll update my PR :)