The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

vaporcalc - Terminal-based e-liquid recipe calculator

SYNOPSIS

  vaporcalc [OPTIONS]...

OPTIONS

  --nocolor     Disable ANSI colors

  --version
  --help
  

DESCRIPTION

A terminal-based calculator for manging DIY e-liquid recipes.

See App::vaporcalc, and especially "WARNING" in App::vaporcalc.

COMMANDS

Commands can be issued in a reasonably natural manner; a command has a subject, possibly a verb (action the subject should perform), and possibly some parameters. For example, these are equally valid commands:

  vcalc> show nic base
  vcalc> nic base show
  vcalc> set nic base 36
  vcalc> nic base set 36

The complete list of available subjects and their usage is available via the command help.

There are a few commands not represented via subjects: calc is an alias for show recipe. quit and exit will quit immediately.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>