#totp #systray #applications

app totp_clipboard

GUI TOTP client to get totp code in two click

4 releases

0.2.2 Dec 8, 2022
0.2.1 Mar 12, 2020
0.2.0 Mar 12, 2020
0.1.0 Apr 14, 2018

#854 in GUI

BSD-3-Clause

11KB
135 lines

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

Dependencies

~18MB
~429K SLoC