neoquick-share
v1.0.2
Published
Share files & folders over LAN or Cloud from the terminal
Maintainers
Readme
NeoQuick Share
🚀 NeoQuick Share is a blazing-fast local network file sharing tool designed for developers and everyday users who want to share files and folders instantly over LAN — no cloud, no sign-up, just pure speed and simplicity.
Features
- ⚡ Instant LAN sharing of files and folders
- 📦 Auto-zip folders before sharing
- 🔒 Secure token-based access (optional)
- 📱 Mobile-friendly web interface
- 📋 Auto-copy share link to clipboard
- 📱 QR code generated in terminal for easy scanning on mobile devices
- 🕒 Auto timeout to stop sharing after configurable minutes
- 🚀 Easy CLI usage with progress feedback
- Cross-platform support: Windows, MacOS, Linux
Installation
Make sure you have Node.js installed.
npm install -g neoquick-shareUsage
Share a file or folder over LAN:
neoquick-share /path/to/file-or-folder --lanOptional flags:
--zip: Zip folders automatically before sharing--port <number>: Specify custom port (default 3000)--timeout <minutes>: Stop sharing after specified minutes (default 30)--once: Allow only a single download before stopping
How it works
- Run the CLI command specifying your file/folder and options.
- The app starts a local server and generates a secure token-based link.
- The link is auto-copied to your clipboard and also shown as a QR code in the terminal for easy scanning on phones.
- Open the link on any device connected to the same LAN to download the file.
- Auto-zip feature compresses folders to a single archive for easy download.
- Sharing auto-stops after timeout or after one download if
--onceis used.
Example
neoquick-share ./myproject --lan --zip --timeout 10This shares the myproject folder zipped over LAN for 10 minutes.
License
MIT License © 2025
