snovvcrash / usbrip

Tracking history of USB events on GNU/Linux

Home Page:https://habr.com/ru/post/352254/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add progressbar to time-intensive operations

hur opened this issue · comments

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