totp_clipboard

Crates.iototp_clipboard
lib.rstotp_clipboard
version0.2.2
sourcesrc
created_at2018-04-14 13:39:17.271616
updated_at2022-12-08 08:53:38.896626
descriptionGUI TOTP client to get totp code in two click.
homepagehttps://github.com/mardiros/totp_clipboard
repositoryhttps://github.com/mardiros/totp_clipboard
max_upload_size
id60560
size35,768
Guillaume Gauvrit (mardiros)

documentation

README

totp-clipboard

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"}.

Installation (Archlinux)

sudo pacman -S gtk3 adwaita-icon-theme libappindicator-gtk3 clang
cargo install totp_clipboard

0

Commit count: 12

cargo fmt