Migrated to Codeberg.org
A simple CLI I Ching hexagram generator.
Get dependencies first by running go get -d. Afterwards, you can run cliching with go build cliching.go && ./cliching or just without building by go run cliching.go.
Credit to kennwhite for the wordWrap function.