GyulyVGC / sniffnet

Comfortably monitor your Internet traffic 🕵️‍♂️
https://sniffnet.net
Apache License 2.0
18.65k stars 560 forks source link

Allow functionality to copy from inspect tab (Ctrl+C or CMD+C) #406

Closed itfidele closed 11 months ago

itfidele commented 1 year ago

Is there an existing issue for this?

Describe the solution you'd like

Screenshot 2023-11-29 at 10 58 06

If it allows copy of these useful domains in case someone want to search for more info about it. this could also be useful to add it in inspect fields whenever possible

Is your feature request related to a problem?

No response

GyulyVGC commented 1 year ago

Unfortunately the library used for the graphical interface still doesn't support text selection. They have included this feature in their roadmap, but it's likely one of the latest features that will be implemented.

As a workaround, I could add 'copy to clipboard' buttons as discussed in #207.

Are you mainly interested in copying IP addresses, right?

If this is the case, I could add 'copy to clipboard' buttons in the popups that open when you click one of the rows in inspect page, as suggested by @nitefood.

itfidele commented 1 year ago

Yes that would be fine too, I wanted to copy IP and also the Name from that particular IP if possible but IP is more important in this case i believe

GyulyVGC commented 11 months ago

Hey @itfidele I have submitted a new PR to fix this issue. You can give a look at #409 and let me know your thoughts 😄