localsnd 0.4.1
CLI implementation of localsend.
Install
Usage
Send
# send text only
# send files
# send mixed texts and files
Receive
# receive files and save to $(pwd)
# receive files and save to path
# receive all files automatically
Help
localsnd 0.4.1 - CLI implementation of localsend
USAGE: localsnd [OPTIONS] <COMMAND>
COMMANDS:
receive Run as receive server
send Run as send client
help Print this message or the help of the given subcommand(s)
OPTIONS:
--alias <ALIAS> Alias of localsend, use hostname by default [env: LOCALSEND_ALIAS=]
--multicast <MULTICAST> Multicast address of localsend [env: LOCALSEND_MULTICAST=] [default: 224.0.0.167]
--port <PORT> Port of localsend [env: LOCALSEND_PORT=] [default: 53317]
--http-port <HTTP_PORT> Port of localsend http server [env: LOCALSEND_HTTP_PORT=] [default: 53318]
--nerd Use nerd fonts
-h, --help Print help
-V, --version Print version
Roadmap
- Settings
- Device alias
- Device fingerprint
- Multicast address
- Port
- Enable https
- Quick Save
- Save directory
- Non interactive mode
- Discovery
- Multicast UDP
-
HTTP(Legacy Mode)
- File transfer
- Send files and texts
- Send clipboard data
- Cancel sending
- File upload progress bar
- Fuzzy Select devices
- Receive files
- Reverse file transfer
- Browser URL
-
Receive request(not in plan)