list command

List available transforms or sentence types.

malarky list <category> [options]

Categories

Category Description
transforms List all registered output transforms
types List all sentence types

Options

Option Short Description
--json   Output as JSON
--help -h Show help

Examples

List transforms

malarky list transforms

Output:

Available transforms:
  pigLatin      - Classic Pig Latin
  ubbiDubbi     - Ubbi Dubbi language game
  leet          - Leetspeak character substitution
  uwu           - Cute speak (w-substitution, suffixes)
  pirate        - Pirate speak
  redact        - Redact/mask words
  emoji         - Add emoji replacements
  mockCase      - Random case alternation
  reverseWords  - Reverse word order
  bizJargon     - Business jargon patterns

List sentence types

malarky list types

JSON output

malarky list transforms --json

Back to top

Malarky © 2026. Distributed under the MIT License.

This site uses Just the Docs, a documentation theme for Jekyll.