A clojure program to turn a sha hash into list of nouns in a predictable jar.
$ java -jar sha-words.jar b67d6eafeae1d5a424a609864fad10665453afa5
$ ./sha-words.bb
Actually any hex number should work fine. It happens to be optimized for 64bits.
$ git rev-parse HEAD
5379784cf5f6ebf5cc62cf8b9972870bb4e42c05
$ git rev-parse HEAD | xargs ./sha-words.bb
observation-obedient-bedroom-sweet-electric
You'll need clojure and babashka, however you can build either version only if you prefer.
make
This requires babashka to build the babaska version.
You can restrict the build to the uberjar: make uberjar
Copyright © 2018-2020 Philipp Meier
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.