Crates.io | mtotp |
lib.rs | mtotp |
version | 0.1.0 |
source | src |
created_at | 2023-10-13 07:08:13.527584 |
updated_at | 2023-10-13 07:08:13.527584 |
description | Totp manager |
homepage | |
repository | https://github.com/niuhuan/mtotp-rs |
max_upload_size | |
id | 1002037 |
size | 84,025 |
mTotp is mean My Totp, a simple TOTP manager for command line.
I don't like using my phone for two factor authentication so I made this tool.
cargo install mtotp
mtotp list
┍ -------------------- ┯ ---------- ┑
| label | code |
| -------------------- ┿ ---------- |
| GithubN | 123456 |
| GithubJ | 000765 |
└ -------------------- ┴ ---------- ┘
mtotp --help
Usage: mtotp <COMMAND>
Commands:
list List registered totp and codes
add Add new totp
remove Remove totp
rename Rename a totp label
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
The database location:
%HOME%\AppData\Roaming\mtotp\
$HOME/.mtotp/
$HOME/Library/Application Support/mtotp/
Reference LICENSE
File