Use puts() for the version and help messages.
[sigilutils.git] / README.org
blobf2897ea9fba5017abd573e240b97987dd8121618
2 #+title: Sigil Utilities
4 A simple utility that turns strings into unique letters and other
5 functions for sigil-oriented magick.
7 * Usage
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
15 * Installation
17 Make sure that you have a 'bin' directory in ~ that is visible from
18 your system's PATH.
20 After that, run `make` and `make install`
22 * Contributing
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`