We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by StefanGreve September 17, 2023
This feature request serves as a collection of small TODOs related to the anonpy CLI.
anonpy
--gui
raise NotImplementedError("TODO")
--clip
download
upload
--checksum
--provider
providers
--verbose
ConfigHandler
Scheduled for milestone 1.0.0.
1.0.0
The text was updated successfully, but these errors were encountered:
StefanGreve
Successfully merging a pull request may close this issue.
Discussed in #37
Originally posted by StefanGreve September 17, 2023
Preamble
This feature request serves as a collection of small TODOs related to the
anonpy
CLI.Requirements
--gui
flag andraise NotImplementedError("TODO")
--clip
flag to thedownload
andupload
command that, when enabled, copies the URL to clipboard--checksum
flag for switching between MD5, SHA1 or SHA256--provider
flag for setting the target server, by using built-in providers implemented in theproviders
namespaceRemarks
download
orupload
method are run with the--verbose
flag,anonpy
will automatically return the default checksum (MD5).ConfigHandler
class (see also: ConfigHandler #13)Planning Status
Scheduled for milestone
1.0.0
.The text was updated successfully, but these errors were encountered: