Socket
Book a DemoInstallSign in
Socket

gmana

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gmana

A sleek, interactive, and secure CLI tool for generating and managing passwords with modern UX, strong encryption, and smart features.

1.0.6
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

🔐 gmana-cli

A sleek, interactive, and secure CLI tool for generating and managing passwords with modern UX, strong encryption, and smart features.

Installation

npm install -g gmana

Basic Usage

Basic Password Generation

gmana gen                 # Default secure password
gmana gen -l 20           # Custom length
gmana gen --no-symbols    # Exclude symbols
gmana gen -l 16 --extra-symbols --exclude-similar

Interactive Mode

gmana gen -i

Configuration

# Show Current Config
gmana config --show


# Update Config
gmana config --set length=16
gmana config --set savehistory=true
gmana config --set autocopy=false

# gmana config
gmana config

History

gmana history --list

History Interactive Mode

gmana history

Options include:

  • View & copy passwords
  • Masked display
  • Clear history

Clear History

gmana history --clear

Advanced Usage

Command Aliases

gmana g       # gen
gmana g -i    # gen --interactive
gmana c       # config
gmana h       # history

General Options

gmana gen -l 32 --extra-symbols --exclude-ambiguous
gmana gen -l 6 --no-uppercase --no-lowercase --no-symbols
gmana gen -l 12 --no-numbers --no-symbols

Batch Generation

for i in {1..5}; do gmana gen -l 16; done

🎨 Features

  • 🌈 Colorful and emoji-rich output
  • ⚡ Progress spinners and live feedback
  • 📋 Smart config/history formatting
  • 🔐 Secure password generation (crypto.randomInt)
  • ✅ Auto-copy to clipboard
  • 📊 Strength scoring and suggestions
  • 🕵️‍♂️ History masking (first/last 2 chars only)

Keywords

cli

FAQs

Package last updated on 12 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.