unused/app
Joshua Clayton 240b5bbb19 Support digesting on Linux with md5sum
This introduces behavior searching for an available program to calculate
digests across directories. OS X ships with md5, but on *nix-based
systems, it's md5sum. The output is largely the same, apart from the
final digest calculation, which includes a "file path":

    da52a1a5d5a3c9672371746e4d32708a  -

This strips the trailing whitespace and dash:

    da52a1a5d5a3c9672371746e4d32708a

Closes #49
2016-06-23 23:11:32 -04:00
..
App.hs Support digesting on Linux with md5sum 2016-06-23 23:11:32 -04:00
Main.hs Display recent git SHAs per token 2016-06-21 23:02:37 -04:00