WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
19 stars 6 forks source link

The CLI printer flickers more than it should #29

Closed percepo closed 9 months ago

percepo commented 1 year ago

Though the printer works as intended, the cursor jumps around in the terminal and the output looks like it flickers. This should be improved on, as other tools also manage to do that without this effect

percepo commented 10 months ago

Utilize a widespread library (e.g. rich) to handle the CLI output. Ensure: Progressbar does not flicker Progressbar does not cause bugs during pausing the execution interactively Progressbar closes cleanly if interrupted Progressbar does not display if --quiet is used Progressbar is colorless if --colorless is used Progressbar also hints towards interactive usage options (but only if the option is active) Progressbar distinguishes --verbose output