jarun / nnn

n³ The unorthodox terminal file manager
BSD 2-Clause "Simplified" License
19.38k stars 761 forks source link

plugins/upload: remove inactive services #1917

Closed N-R-K closed 3 months ago

N-R-K commented 4 months ago

this removes ix.io and ffsend since they are no longer active.

binary files are uploaded to file.io as before. selections are now tar-balled and uploaded to file.io.

text files are uploaded to 0x0.st

Closes: https://github.com/jarun/nnn/pull/1900

N-R-K commented 4 months ago

@KlzXS @zazucki Please test this out and see if it works as expected or not.

Zazucki commented 4 months ago

I might be able to test tonight or this weekend. Is taring and uploading the selection correct or should it upload each individually? I think the user should compress/zip/tar/whatever before (possibly using a different nnn plugin) and have the upload plugin only handle uploading.

N-R-K commented 4 months ago

Is taring and uploading the selection correct or should it upload each individually?

I looked at the ffsend readme and the preview gif there shows that when doing multiple files it archives the file before uploading. So that's the behavior I went with.

jarun commented 3 months ago

Thank you!