send-cli icon indicating copy to clipboard operation
send-cli copied to clipboard

Unofficial command line (Firefox) Send client

Results 7 send-cli issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

when run on WSL(debian), got this error: ``` Checking if file exists... Fetching metadata... Traceback (most recent call last): File "/usr/bin/send-cli", line 124, in case_url(args.url) File "/usr/bin/send-cli", line 53, in...

Accepting the send URL on the command line may compromise the secrecy of its secretKey - CLI arguments can be read by other processes e.g. from `/proc/$pid/cmdline` (normally world readable)....

The downloader may not know the name of a file in advance, but may still wish to download and save it to the suggested filename regardless. - Sanity checking of...

@dsnezhkov's [comment](dsnezhkov) (copied here in part) > What I would very much benefit from, since I am using sendclient.* calls is some level of message verbosity suppression. I know download...

none of the api_* functions currently have any tests. - Something like https://pypi.python.org/pypi/requests-mock may be of use here - Running the tests against a local send server would give more...