Feature Request: "drag & drop" files into Toxic to send them
Have you ever drag-dropped into a console application before? Maybe good to reference which ones can do it At least in linux I think it would require that the terminal pass certain data to toxic. If it can't, then it's impossible.
A reference from google. http://www.newplanetsoftware.com/xdnd/
It already (partially) works; look at: https://github.com/Tox/toxic/blob/master/src/xtra.c It gets the paths of files dropped but it doesn't actually send them yet. For some reason I never got around to finish it. I'll try to finish this in the next few days.
Closing due to inactivity