bee-san / pyWhat

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️
MIT License
6.53k stars 350 forks source link

Pywhat should accept multiple files as input #171

Open ghost opened 2 years ago

ghost commented 2 years ago

Pywhat supports files and folders, but it does not allow passing several files as arguments: $ pywhat file1 file2 file3 results in Error: Got unexpected extra arguments (file2 file3)

RazCrimson commented 2 years ago

I just need to make it loop over each argument with proper additional details, right?

Can I be assigned this?

ghost commented 2 years ago

I just need to make it loop over each argument with proper additional details, right?

Can I be assigned this?

I am not sure if it will work this way. You may need to check click documentation for info about multiple options.

Ok, I will assign you.😀

ghost commented 2 years ago

Unassigned due to inactivity.

sgaist commented 1 year ago

Hi,

Can I be assigned to this task for this year's Hacktober fest ?