Quickstart

motus - Password Generator

javimosch Updated

File contents

motus - Password Generator

Overview

motus is a dead simple password generator. Generate memorable passwords, random passwords, and PINs.

Quick Start

Generate a password

sc motus generate password

Passthrough to motus CLI

sc motus _ <motus-args>

Key Features

  • Simple: Dead simple password generation
  • Memorable: Generate memorable passwords
  • Random: Generate random passwords
  • PINs: Generate PIN codes
  • Headless: Works in headless environments
  • SSH Friendly: Suitable for SSH usage

Installation

cargo install motus

Also available via:

  • Homebrew
  • Debian/Ubuntu packages

Usage Examples

Generate memorable password

motus

Generate random password

motus --random

Generate PIN

motus --pin

Specify length

motus --length 16

Notes

  • Run motus --help to see all available options

javimosch/supercli/tree/main/plugins/motus/skills/quickstart commit 3404d456e0

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-487