No description
Find a file
2022-10-15 16:40:55 -03:00
src Fix misligned lines in output of aqFile 2022-10-15 16:40:55 -03:00
tests Initial commit 2022-03-16 14:16:23 -03:00
aqcalc.nimble Fix misligned lines in output of aqFile 2022-10-15 16:40:55 -03:00
LICENSE.txt Initial commit 2022-03-16 14:16:23 -03:00
README.md Add aqFile function to parse entire files 2022-10-15 11:43:04 -03:00

aqcalc: Alphanumeric Qabbala Calculator

A simple program and Nim library for calculating gematria values with AQ.

Install

There is a pre-built binary for Windows in the releases page.

You can install aqcalc with the Nimble package manager if you have Nim installed.

nimble install aqcalc

Using

aqcalc can be used like any other Nim library.

import aqcalcpkg/aq

assert aq("Hello, World!") == 214

Additionally, aqcalc can be invoked at the command line.

Aqqabala Calculator

Usage:
  aqcalc [--aqqa] <word>...
  aqcalc --revaq <number>...
  aqcalc -f <filename>...
  aqcalc (-i | -e ) <filename>
  aqcalc (-h | --help )

Options:
  -h, --help  Show this message
  --aqqa      Save AQ result to local database. (~/.local/share/aqcalc)
  --revaq     Show all database entries that have this result
  -f          Calculate the AQ value of every word inside a file
  -i          Import from plain text database
  -e          Export to plain text database