Sherlock: --quiet and --verbose

Created on 6 Jan 2019  路  3Comments  路  Source: sherlock-project/sherlock

Currently --quiet and --verbose are opposites, where --quiet is the default option.

Given the number of websites covered by Sherlock, should --quiet be altered so that it is not the opposite of verbose but an option that displays only websites where the username has been found?

This way no options remains as it is, -v as it is, and -q as described above.

Most helpful comment

The --quiet option is really intended to be related to debugging verbosity. That being said, having a command line option to only show the sites that are found could be covered with a new set of options. Maybe something like --list-found and --list-all? Where the --list-all would be the default. Maybe "print" would be better than "list"?

The text file does only have the list of sites that have been found already. Though the csv will always show everything.

All 3 comments

The --quiet option is really intended to be related to debugging verbosity. That being said, having a command line option to only show the sites that are found could be covered with a new set of options. Maybe something like --list-found and --list-all? Where the --list-all would be the default. Maybe "print" would be better than "list"?

The text file does only have the list of sites that have been found already. Though the csv will always show everything.

My pull request adds that functionality, but by a silly name of '--nonotfound'. I like the --print-found, and I will implement it as soon as I can.

closing this as it has been fixed in #178

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zero77 picture zero77  路  7Comments

senthilnayagam picture senthilnayagam  路  4Comments

h20190563 picture h20190563  路  7Comments

fntkg picture fntkg  路  4Comments

tdh8316 picture tdh8316  路  3Comments