Back to sharing
Developer Feature
Rapidus Share CLI Tool
Total terminal control. Join rooms, monitor transfers, and download files directly from your command line with our high-performance Python CLI.
Quick Start
1
Setup Environment
Install dependencies for rich UI and real-time sockets.
pip install requests rich python-socketio[client]2
Configure API
Set your backend URL once (saved locally).
python rapidus.py config set https://api.yourdomain.com3
Join & Watch
Join a room and watch for new files in real-time.
python rapidus.py join TOKEN --watchCommand Reference
- join [token] --watch
Live-refreshing dashboard for shared files.
- list [token]
Quickly list all files available in a room.
- download [token] [file_id]
Download a file directly to your terminal directory.
- config set [url]
Persist your backend connection settings.
Open Source & Secure
The Rapidus CLI is open for contribution. It supports E2E encryption for local rooms and uses secure Magic Tokens for cloud access.
Questions or contributions? Check our GitHub Repository.