mtotp

Crates.iomtotp
lib.rsmtotp
version0.1.0
sourcesrc
created_at2023-10-13 07:08:13.527584
updated_at2023-10-13 07:08:13.527584
descriptionTotp manager
homepage
repositoryhttps://github.com/niuhuan/mtotp-rs
max_upload_size
id1002037
size84,025
(niuhuan)

documentation

README

mTotp

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.

📦 Installation

cargo install mtotp

📖 Usage

Print totp codes

mtotp list
┍ -------------------- ┯ ---------- ┑
| label                |       code |
| -------------------- ┿ ---------- |
| GithubN              |     123456 |
| GithubJ              |     000765 |
└ -------------------- ┴ ---------- ┘

Print help

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

🔖 Tips

The database location:

  • windows: %HOME%\AppData\Roaming\mtotp\
  • linux: $HOME/.mtotp/
  • macos: $HOME/Library/Application Support/mtotp/

📕 License

Reference LICENSE File

Commit count: 1

cargo fmt