@yurtzy/quick-share-cli
v1.0.0
Published
Instantly share files between devices via local network
Maintainers
Readme
Quick Share CLI
Instantly share files between devices on your local network via the terminal.
Zero Configuration. No clouds, no logins, no cables. Just run the command, scan the QR code, and start transferring.
Preview
Run the CLI and open the link to see the interface.
Features
- QR Code Connection: Instant pairing with mobile devices directly from the terminal.
- Two-Way Sharing:
- Download: Browse and download files from your PC to your mobile device.
- Upload: Drag and drop files from your mobile device to your PC.
- Modern UI: Clean, responsive, and dark-mode capable web interface.
- Local & Secure: All transfers happen directly over your local Wi-Fi network.
Installation
You can run the tool directly using npx without installation:
npx @yurtzy/quick-share-cliAlternatively, install it globally using npm:
npm install -g @yurtzy/quick-share-cliUsage
Navigate to the directory you wish to share and start the server:
# Share the current directory
npx @yurtzy/quick-share-cli
# Share a specific directory using the --dir flag
npx @yurtzy/quick-share-cli --dir ./my-photos
# Use a custom port
npx @yurtzy/quick-share-cli --port 8080- A QR Code will appear in your terminal.
- Scan the code with your mobile device's camera.
- Browse and download files, or upload new ones via the web interface.
Development
To contribute or run the project locally:
- Clone the repository:
git clone https://github.com/AdityaDwiNugroho/quick-share-cli.git - Install dependencies:
cd quick-share-cli npm install - Start the CLI:
node bin/index.js
License
MIT © AdityaDwiNugroho
