kama help

NAME
  kamadhenu — sacred oracle of random wisdom and cattle

SYNOPSIS
  kamadhenu [OPTION] [TEXT]

DESCRIPTION
  Kamadhenu pulls from a vast library of fortune cookies and ASCII
  art cattle, combining them into a stream-of-consciousness oracle.
  
  Think of it as your personal chaos generator for those moments
  when you need wisdom, humor, or just something to break the
  tension.

INSTALLATION
  Easiest (any OS):
    curl -fsSL https://raw.githubusercontent.com/krry/Kamadhenu/main/install.sh | bash
  
  Manual download:
    https://github.com/krry/Kamadhenu/releases

  Build from source:
    git clone https://github.com/krry/Kamadhenu.git
    cd Kamadhenu
    make build
    sudo make install

COMMANDS
  kamadhenu
    Pull a random fortune + random cow. Hit your shell with chaos.

  kamadhenu help
    Display this help text.

  kamadhenu [TEXT]
    Put your own words in Kamadhenu's mouth.
    Example: kamadhenu "Do you love me?"

  kamadhenu [YEAR]
    Pull fortunes from a specific year (if data exists).
    Example: kamadhenu 1979

WEB FEATURES
  • Rainbow output (each line gets a fresh color)
  • Click anywhere to refresh
  • Swipe horizontally to refresh (mobile)
  • Press Enter/Space for a new fortune
  • Type your own message with "kamadhenu alias"

TIPS
  • Quick alias (add to ~/.bashrc or ~/.zshrc):
    alias kama='kamadhenu'
    alias fortune='kamadhenu'
  
  • Pipe into other tools:
    kamadhenu | less
  
  • Perfect for shell startup messages and commit inspiration

WEB vs CLI
  Web version:  Instant browser access, rainbow colors, no install needed
  CLI tool:     Full shell integration, scriptable, portable, zero deps

ABOUT
  Built with love and fortune cookies.
  Source: https://github.com/krry/Kamadhenu

SEE ALSO
  fortune(1), cowsay(1), lolcat(1)