Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ariary/fox
- Owner: ariary
- License: unlicense
- Created: 2024-01-24T14:17:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T14:41:07.000Z (about 1 year ago)
- Last Synced: 2024-11-11T03:36:24.296Z (3 months ago)
- Topics: file-sharing, nim
- Language: Nim
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fox
Quickest and easiest single file sharing requiring onlycurl
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)