2 #+title: Sigil Utilities
4 A simple utility that turns strings into unique letters and other
5 functions for sigil-oriented magick.
8 `sigutils [options] <STATEMENT OF INTENT>`
10 -h Print this message and quit.
11 -v Print the version and license info, then quit.
12 -n Append the numerical and root values to the result.
13 -w Generate a Word Square based on the SOI
17 Make sure that you have a 'bin' directory in ~ that is visible from
20 After that, run `make` and `make install`
24 Found a bug? Send me an email.
26 Want to make changes to the code? Clone the repository, create a new
27 git branch and send me patch files for that branch using:
29 `git format-patch -<number of commits in your branch>`
31 ex. : `git format-patch -3`