snovvcrash / usbrip

Tracking history of USB events on GNU/Linux
https://habr.com/ru/post/352254/
GNU General Public License v3.0
1.15k stars 112 forks source link

Add progressbar to time-intensive operations #12

Closed hur closed 5 years ago

hur commented 5 years ago

While doing the HTB challenge ('USB Ripper') designed for this tool, I noticed that usbrip events gen_auth and usbrip events violations can be fairly time-intensive (>5 minutes).

I think it would be nice to add a progressbar (e.g. tqdm) to help users see the progress for those operations.

image