Quickest and easiest single file sharing requiring only
curl
on remoteIn less than 100 lines of Nim code
fox [file] # or fox < [file]
Then paste on target
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)