mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Add clipboard copy message for totp CLI
This commit is contained in:
@@ -809,6 +809,7 @@ def main(argv: list[str] | None = None) -> int:
|
||||
print(code)
|
||||
try:
|
||||
pyperclip.copy(code)
|
||||
print(colored("Code copied to clipboard", "green"))
|
||||
except Exception as exc:
|
||||
logging.warning(f"Clipboard copy failed: {exc}")
|
||||
return 0
|
||||
|
Reference in New Issue
Block a user