/fox

🦊 you’ve never sent a file so fast

Primary LanguageNimThe UnlicenseUnlicense

fox


Quickest and easiest single file sharing requiring only curl on remote
In less than 100 lines of Nim code

send

fox [file] # or fox < [file]

Then paste on target

receive

fox

Then paste on target + append filename


alias nfoxr='(ngrok http 9292 > /dev/null &); sleep 0.3; fox;kill -9 $(pgrep ngrok)'
alias nfoxs='f(){ (ngrok http 9292 > /dev/null &); sleep 0.3; fox ${1};kill -9 $(pgrep ngrok);  unset -f f; }; f'

⚙️ Support: MacOSX (pbcopy)