Skip to content

📨 Quickly host your file to the internet: `npx ftunnel <file>`

License

Notifications You must be signed in to change notification settings

brainwo/ftunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Tunnel

npm downloads

A CLI program to temporary host a file in internet via ngrok tunnel. Share link via barcode or copy the hyperlink from your terminal.

Usage:

Since version 0.2.0 you are now required to set your ngrok token as NGROK_AUTHTOKEN environment variable.

Run the program:

npx ftunnel <file-name-in-current-dir>

or if you prefer to use bun:

bunx ftunnel <file-name-in-current-dir>

sample-usage

Development

Install the required dependencies:

npm install

Link binary to your path:

npm link

License

File Tunnel made using these dependencies:

  • ngrok, licensed under BSD-2-Clause
  • qrcode, licensed under MIT

About

📨 Quickly host your file to the internet: `npx ftunnel <file>`

Topics

Resources

License

Stars

Watchers

Forks