Go to file
2020-08-24 16:54:18 +02:00
.gitignore First commit 2020-08-24 16:37:18 +02:00
pythonTOTP-dmenu removed print statements 2020-08-24 16:52:54 +02:00
README.md Added README.md 2020-08-24 16:54:18 +02:00

pythonTOTP-dmenu

Python script that copies in the clipboard the selected one-time password code

Dependencies:

Usage:

Download the script, make it executable (chmod +x /path/to/pythonTOTP-dmenu) make a file named keysin the same directory (or change the code that references that file)keys` has this structure:

Name of the site TOTP KEY GIVEN BY THE WEBSITE Name of another site TOTP KEY OF THE SECOND WEBSITE ...

The rows with the name is what you'll see in dmenu when you launch this script