Crates.io | totp_clipboard |
lib.rs | totp_clipboard |
version | 0.2.2 |
source | src |
created_at | 2018-04-14 13:39:17.271616 |
updated_at | 2022-12-08 08:53:38.896626 |
description | GUI TOTP client to get totp code in two click. |
homepage | https://github.com/mardiros/totp_clipboard |
repository | https://github.com/mardiros/totp_clipboard |
max_upload_size | |
id | 60560 |
size | 35,768 |
totp-clipboard
is a system tray application to add totp code in the clipboard in two mouse click.
totp-clipboard
is a port of TOTP_Clipboard Gnome 3 Extensions.
I am currently using it on i3wm
.
Like TOTP_Clipboard Gnome 3 Extensions,
deeds are store in a json file in ~/.config/totp-seeds.json
.
Currently totp-clipboard
does not support seeds management (CRUD operation).
You can edit the file manually to add seeds by writing this file.
The file permission shoud be -rw-------
.
The file format is {"seed label": "BASE32 ENCODED SEED", "seed label2": "ANOTHER BASE32 ENCODED SEED"}
.
sudo pacman -S gtk3 adwaita-icon-theme libappindicator-gtk3 clang
cargo install totp_clipboard
0