descriptionTurn strings into unique letters used for sigil magick
ownertheblacksquid@subvertising.org
last changeFri, 23 Oct 2020 00:28:20 +0000 (23 08:28 +0800)
content tags
add:
README.org
#+title: Sigil Utilities

A simple utility that turns strings into unique letters and other
functions for sigil-oriented magick.

* Usage
`sigutils [options] <STATEMENT OF INTENT>`

-h     Print this message and quit.
-v     Print the version and license info, then quit.
-n     Append the numerical and root values to the result.
-w     Generate a Word Square based on the SOI

* Installation

Make sure that you have a 'bin' directory in ~ that is visible from
your system's PATH.

After that, run `make` and `make install`

* Contributing

Found a bug? Send me an email. 

Want to make changes to the code? Clone the repository, create a new
git branch and send me patch files for that branch using:

`git format-patch -<number of commits in your branch>`

ex. : `git format-patch -3`
shortlog
2020-10-23 theblacksquidUse puts() for the version and help messages.master
2020-10-22 theblacksquidEnsure proper formatting for -W
2020-10-22 theblacksquidEdit README
2020-10-22 theblacksquidImplement option to only create a wod square.
2020-10-21 theblacksquidAdd LICENSE and README, prepare for push to server.
2020-10-21 theblacksquidAdd `install` command to make and update -h output
2020-10-21 theblacksquidCorrectly implement word square generation
2020-10-21 theblacksquidCorrected inside_out()
2020-10-21 theblacksquidRewrote inside_out(), make sure chars shift
2020-10-20 theblacksquidBegin implementation of word squares.
2020-10-20 theblacksquidImplement option switches.
2020-10-16 theblacksquidAdding a specification document to help steer the project.
2020-10-16 theblacksquidInitial commit. Implement basic utils to proccess SOI's
heads
3 years ago master