A command-line tool to quickly share files via encrypted, password-protected HTTP links.
share-cli is a command-line tool that allows users to quickly share files via HTTP directly from their terminal. It exposes files as password-protected, encrypted ZIP archives and automatically copies the sharing link to the clipboard. The tool simplifies secure file transfers without requiring complex setup or external services.
Developers, system administrators, and technical users who frequently need to share files securely from the command line in workflows like remote collaboration or debugging.
share-cli offers a seamless, secure, and fast way to share files with built-in encryption and automatic clipboard integration, eliminating the need for manual file hosting or insecure transfer methods.
🌍 Quickly share files from your command line
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The README highlights 'dead simple' installation via npm and intuitive usage, making it quick to start sharing files without configuration.
Files are automatically encrypted as ZIP archives with passwords, ensuring security for sensitive transfers without extra steps.
The sharing URL is copied to the clipboard upon execution, reducing manual effort and errors in sharing links.
Supports stdin and file globs, enabling workflows like piping command output or sharing multiple files from a directory.
Relies on localtunnel for internet exposure, which can be unreliable, slow, or blocked by firewalls, and disabling it limits access to local networks.
Lacks options for custom ports, file expiration, or detailed logging, making it less suitable for complex or automated sharing scenarios.
Requires npm and Node.js, which may not be available in all environments and could lead to dependency conflicts or permission issues.