Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ariary/fox

🦊 you’ve never sent a file so fast
https://github.com/ariary/fox

file-sharing nim

Last synced: about 1 month ago
JSON representation

🦊 you’ve never sent a file so fast

Awesome Lists containing this project

README

        


fox




Quickest and easiest single file sharing requiring only curl on remote

In less than 100 lines of Nim code

## send

```shell
fox [file] # or fox < [file]
```
Then paste on target

## receive

```shell
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)