atlas.otp is a high-visibility, minimalist terminal TOTP (2FA) manager. Part of the Atlas Suite, it provides a secure and elegant way to manage your one-time passwords with a clean "Onyx & Gold" aesthetic.
- ๐ Secure TOTP Generation: Standard 2FA support for all major services.
- ๐จ High-Visibility Styling: Uses the signature Atlas Onyx & Gold theme.
- โณ Real-time Progress: Visual bar showing code expiration.
- ๐ Quick Copy: One-key copying to clipboard.
- โจ๏ธ TUI Experience: Fast navigation and account management.
- ๐ฆ Zero Dependencies: Single portable binary.
git clone https://github.com/fezcode/atlas.otp
cd atlas.otp
gobake buildSimply run the binary to start the interactive manager:
./atlas.otp| Key | Action |
|---|---|
โ/โ / j/k |
Navigate: Move through accounts. |
a / n |
Add: Create a new OTP account. |
d / x |
Delete: Remove selected account. |
c / Enter |
Copy: Copy current OTP code to clipboard. |
? |
Help: Toggle detailed key bindings. |
q / Ctrl+C |
Quit: Exit the application. |
The project uses gobake for orchestration:
# Build for all platforms
gobake buildMIT License - see LICENSE for details.
