Added README.md
This commit is contained in:
parent
fbeaec2a85
commit
280d009fc5
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# pythonTOTP-dmenu
|
||||
|
||||
Python script that copies in the clipboard the selected one-time password code
|
||||
|
||||
# Dependencies:
|
||||
* suckless's dmenu
|
||||
* [python dmenu](https://pypi.org/project/dmenu/)
|
||||
* [pythonTOTP](https://pypi.org/project/pyotp/)
|
||||
* [clipboard](https://pypi.org/project/clipboard/)
|
||||
|
||||
# Usage:
|
||||
Download the script, make it executable (`chmod +x /path/to/pythonTOTP-dmenu)
|
||||
make a file named `keys` in 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
|
Loading…
Reference in New Issue
Block a user